/killport

Kill The Port

Primary LanguageShellMIT LicenseMIT

Kill Port

Kill Port is a simple command line tool to kill a process running on a specific port.

Kill Port

Installation

sh -c "$(curl -fsSL https://raw.githubusercontent.com/BalliAsghar/killport/main/install.sh)"

macos users can also install using brew

brew tap BalliAsghar/apps
brew install killport

Usage

killport 3000

Options

  • -f or --force : Force kill the process
  • -u or --udp : Kill the process running on UDP port

License

MIT