Skip to content

BalliAsghar/killport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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