Hacker News new | ask | show | jobs
Show HN: Portdetective – A tiny, fast rust CLI for port inspection (github.com)
3 points by ckugblenu 170 days ago
Hi HN,

I kept getting annoyed having to track down which process was sitting on a port so I could kill it, so I built a tiny CLI tool that shows you exactly what’s using a given port and having the option to kill it. Sharing it here in case it helps someone else too.