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 · 1d 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 · 1d ago
`netstat -tnalp` ?
deadfece · 1d ago
alias localports='ss -plunt'