Tsunami
Kill processes listening on ports. Fast, simple, interactive.
Features
- Interactive TUI - Browse and kill processes visually
- Direct port targeting - Kill by port number instantly
- Batch operations - Multiple ports, ranges, comma-separated
- Graceful shutdown - SIGTERM with automatic escalation to SIGKILL
- Cross-platform - macOS and Linux support
Quick Start
# Install
go install github.com/wusher/tsunami/cmd/tsunami@latest
# Interactive mode
tsunami
# Kill port 3000
tsunami 3000 -f
# List all listening ports
tsunami -l
Navigation
- Getting Started - Installation and setup
- Usage - Complete CLI reference