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

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

#54 in #pid

Download history 1/week @ 2024-12-07 37/week @ 2025-02-08 24/week @ 2025-02-15

61 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

~14–26MB
~412K SLoC