kpro is a small CLI to help you quickly search for and destroy processes.
// using npm
npm install -g kpro
// using yarn
yarn global add kproUse 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> -fcoming soon™
This project is licensed under the MIT License