Show HN: A simple CLI tool to list network ports and their associated bin
github.com
2 threads
Useful, thanks! It would be nice if there was a more minimal styling without the table lines, but for now this is great.
`netstat -tnalp` ?
alias localports='ss -plunt'