arvis-fkill
Version:
Arvis workflow to fabulously search and kill processes
42 lines (22 loc) • 1.12 kB
Markdown
# arvis-fkill
> [Arvis](https://github.com/jopemachine/arvis) workflow to search and kill processes
<img src="screenshot.png" width="694">
## 🔗 This workflow is converted from [alfred-workflow](https://github.com/SamVerschueren/alfred-fkill).
* Note that there might be some code change or different actions from the original workflow.
* Marked original workflow's creator to author.
## Install
```
$ npm install --global arvis-fkill
```
*Requires [Node.js](https://nodejs.org) 4+.*
## Usage
In Arvis, type `kill`, <kbd>Enter</kbd>, and the name of your process.
To kill a process by its port number, prefix it with a colon. For example: `kill :8080`.
Select an item and press <kbd>Enter</kbd> to kill the process.<br>
Hold <kbd>Shift</kbd> to show the used CPU percentage.<br>
Hold <kbd>Alt</kbd> and press <kbd>Enter</kbd> to force kill the process.
## Related
- [fkill](https://github.com/sindresorhus/fkill) - API for this workflow
- [fkill-cli](https://github.com/sindresorhus/fkill-cli) - CLI version of this workflow
## License
MIT © [Sam Verschueren](https://github.com/SamVerschueren)