Show HN: PortScout – TUI to find and kill processes occupying your ports
Contribute to abhaikollara/portscout development by creating an account on GitHub.
Opening excerpt (first ~120 words) tap to expand
PortScout A terminal UI tool for monitoring network connections and managing the processes behind them. Built with Bubble Tea. Install Homebrew (macOS, Apple Silicon) brew tap abhaikollara/tap brew install portscout From source go install github.com/abhaikollara/portscout@latest Manual git clone https://github.com/abhaikollara/portscout.git cd portscout make install Usage portscout # Launch the interactive TUI portscout 8080 # Show process details for port 8080 portscout -k 8080 # Kill the process on port 8080 portscout --version # Print version Note: Some connections require elevated permissions to resolve process names. Run with sudo if you see unknown processes.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.