Port Desk.
Who owns the port.
cargo run -- 3000
cargo run -- list
cargo run -- kill 3000
cargo run -- open 5173
cargo run -- wait 5432 --busycargo build --release
./target/release/port-desk 3000- list ports
- find a port
- kill a port
- open localhost
- wait busy/free
- JSON output
alias pd=port-desk
pd 3000
pd kill 3000 --force
pd open 5173 --path /dashboard
pd wait 8080 --free --timeout 10sUses system tools.
- macOS/Linux:
lsof - Windows:
netstat,tasklist,taskkill
About 364KB on macOS release build.
MIT.