Kill whatever the fuck is using your port.
A CLI tool that finds and kills processes listening on specified ports.
# Quick install
curl -fsSL https://raw.githubusercontent.com/kkd16/evict/main/install.sh | sh
# Homebrew
brew install kkd16/tap/evict
# Or grab a binary from releasesevict 3000
evict 3000 8080 5432
sudo evict 80- Finds the process listening on the port (
lsofon macOS,ss/fuseron Linux) - Insults it
- Sends
SIGTERM, waits 500ms - If still alive, sends
SIGKILLwith an escalation message - Confirms the kill or suggests
sudo
MIT