kpro
v0.1.0
Published
A small CLI to help seach for and destroy processes
Downloads
4
Readme
kpro
kpro
is a small CLI to help you quickly search for and destroy processes.
Installation
// using npm
npm install -g kpro
// using yarn
yarn global add kpro
Usage
Use kpro
to search and destroy processes. By default it will let you confirm
whether or not you wish to destroy a process.
kpro <search term>
Run in --force
mode to skip confirmations
kpro <search term> -f
Contributing
coming soon™
license
This project is licensed under the MIT License