pkill [![Crates.io](https://img.shields.io/crates/v/pkill)](https://crates.io/crates/pkill) ![License](https://img.shields.io/crates/l/pkill) --- > Interactively kill running processes, inspired by [fkill-cli](https://github.com/sindresorhus/fkill-cli). ### Screenshot [![A screenshot](./screencast.svg)](./screencast.svg) ### Installation ``` cargo install pkill ``` ### Usage ### TODO - [ ] add command line interface. - [ ] Multiple selection. - [ ] Kill process by PID/name (without fuzzy finder).