https://github.com/metaphorical/killlist
CLI tool for killing processes
https://github.com/metaphorical/killlist
bash kill linux process
Last synced: 6 months ago
JSON representation
CLI tool for killing processes
- Host: GitHub
- URL: https://github.com/metaphorical/killlist
- Owner: metaphorical
- Created: 2015-08-12T19:18:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T15:19:55.000Z (over 10 years ago)
- Last Synced: 2025-04-10T13:51:29.483Z (11 months ago)
- Topics: bash, kill, linux, process
- Language: Shell
- Size: 184 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Kill List
Terminal (shell) tool for getting the kill list of processes by name.
##Usage
```
kill-list
```
It gives you a list of processes to kill.

##Installation
Install globally with npm.
```
npm install -g kill-list
```