Show HN: A simple CLI tool to list network ports and their associated bin

4 diegoholiveira 3 8/30/2025, 4:10:59 PM github.com ↗

Comments (3)

nbbaier · 9h ago
Useful, thanks! It would be nice if there was a more minimal styling without the table lines, but for now this is great.
NuSkooler · 9h ago
`netstat -tnalp` ?
deadfece · 7h ago
alias localports='ss -plunt'