Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 571 Bytes

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