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