This is the official Homebrew tap for PortKill, an advanced port management and network analysis tool.
brew tap mr-tanta/portkill
brew install portkill# Kill processes on port 3000
portkill 3000
# Kill processes on multiple ports
portkill 3000 8080 9000
# Kill processes on port range
portkill 3000-3005
# List processes on port
portkill list 3000
# Interactive mode
portkill menuFor issues, feature requests, and documentation, visit the main repository: https://github.com/mr-tanta/portkill