#port #process #cli-tool #cli #system #pid

app shut

A minimal CLI tool to kill a process listening on a port

3 releases

0.1.2 Jan 2, 2022
0.1.1 Dec 31, 2021
0.1.0 Dec 31, 2021

#46 in #pid

30 downloads per month

MIT license

9KB
96 lines

shut

A minimal CLI tool to kill a process listening on a port.

Usage

Kill process listening on port 6969

shut 6969

Alternatives

Linux / Mac OS X:

kill -9 $(lsof -t -i:6969)

Dependencies

~15–29MB
~425K SLoC