WeSearch

Show HN: PortScout – TUI to find and kill processes occupying your ports

·2 min read · 0 reactions · 0 comments · 6 views
#networking#terminal#tool#process management#tui
Show HN: PortScout – TUI to find and kill processes occupying your ports
⚡ TL;DR · AI summary

PortScout is a terminal-based UI tool designed to monitor network connections and manage processes using specific ports. It allows users to view, filter, sort, and kill processes directly from an interactive interface. The tool supports features like live refresh, process grouping, and detailed process inspection, with installation options via Homebrew, source, or manual build.

Key facts
Original article
GitHub
Read full at 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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub