#cli #system #process #port #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

#11 in #pid

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

~10–17MB
~334K SLoC