Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaphorical/killlist
CLI tool for killing processes
https://github.com/metaphorical/killlist
bash kill linux process
Last synced: 2 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T15:19:55.000Z (over 9 years ago)
- Last Synced: 2024-09-30T10:23:56.766Z (3 months ago)
- Topics: bash, kill, linux, process
- Language: Shell
- Size: 184 KB
- Stars: 6
- Watchers: 3
- 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.
![](https://dl.dropboxusercontent.com/s/0ai4r0xlu06p9vy/kill-list-minidemo.gif?dl=0)
##Installation
Install globally with npm.
```
npm install -g kill-list
```