David-Way / hush

A node command tool to quickly assess and kill processes with open ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hushup

Licence Version Code size size Known Vulnerabilities

Execute (without installing)

npx hushup

or

Install locally

npm i -g hushup

Run locally

$ hush

Result

View an indexed table of currently open files with running processes.

Index  Command               PID    Name       
-----  --------------------  -----  -----------
0      Box Local Com Server  1289   [::1]:7777
1      Python                19209  *:8000
2      Sketch                27034  *:60769
3      SketchMirrorHelper    27077  *:60770

> Select an Index to kill, "q" to quit: 

About

A node command tool to quickly assess and kill processes with open ports

License:ISC License


Languages

Language:JavaScript 100.0%