bash Global install (recommended — gives you and commands) npm install -g port-whisperer Run without installing npx port-whisperer bash ports bash ports --all bash ports 3000 or whoisonport 3000 bash ports kill 3000 # kill by port number ports kill 3000 5173 8080 # kill multiple ports at once ports kill 42872 # kill by PID ports kill -f 3000 # force kill (SIGKILL) for stubborn processes bash ports ps # dev processes only ports ps --all # every running process bash ports clean bash ports watch ┌───────┬─────────┬───────┬──────────────────────┬────────────┬────────┬───────────┐ │ PORT │ PROCESS…