Skip to content

pittst3r/kpup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpup

Kill process using port, for *nix.

Hate it when a process using a port gets orphaned? This tool kills the process that is listening on the given port in a single command. Sends a SIGINT by default, while the -f flag sends a SIGKILL.

Installation

$ brew install pittst3r/formulae/kpup

Usage

USAGE:
    kpup [FLAGS] <port>

FLAGS:
    -f, --force      Send SIGKILL instead of SIGINT
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <port>    the port on which the process is listening