Fast local port and process inspection for dev servers.
cargo install --git https://github.com/winterrx/ports-cli ports-cliports
ports --all
ports ps
ports 3000
whoisonport 3000
ports kill 3000
ports watch$ ports
┌─────────────────────────────────────┐
│ Port Whisperer │
│ listening to your ports... │
└─────────────────────────────────────┘
╭───────┬──────────┬───────┬──────────────┬───────────┬────────┬────────────╮
│ PORT ┆ PROCESS ┆ PID ┆ PROJECT ┆ FRAMEWORK ┆ UPTIME ┆ STATUS │
╞═══════╪══════════╪═══════╪══════════════╪═══════════╪════════╪════════════╡
│ :3000 ┆ node ┆ 41230 ┆ dashboard ┆ Next.js ┆ 12m ┆ healthy │
│ :5173 ┆ bun ┆ 41882 ┆ marketing ┆ Vite ┆ 4m ┆ healthy │
╰───────┴──────────┴───────┴──────────────┴───────────┴────────┴────────────╯
portsshows the common dev-facing view.ports --allshows all listening ports.ports psshows active dev processes.whoisonport <port>is a shortcut for detailed lookup.