@sdjz/kkp
v1.1.1
Published
Fast cross-platform CLI to find and kill processes by port
Maintainers
Readme
kkp
Kill processes by port. Fast.

Install
# npm
npm i -g @sdjz/kkp
# pnpm
pnpm add -g @sdjz/kkp
# bun
bun add -g @sdjz/kkpUsage
kkp 3000 # kill port 3000
kkp 3000 5173 # kill multiple
kkp node # kill all listeners by process name
kkp --list # list all listeners
kkp # interactive TUIList all listeners

Interactive TUI

Why kkp?
- Fast — uses
sson Linux,lsofon macOS,netstaton Windows - Safe — protects system processes, requires
--forceto override - Simple — one command, zero config, single dependency
Options
--list, -l list listeners
--json, -j JSON output
--dry-run preview without killing
--force, -f kill protected processes
--tcp / --udp filter by protocolLicense
MIT
