Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```