Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamVerschueren/alfred-fkill
Alfred 3 workflow to fabulously search and kill processes
https://github.com/SamVerschueren/alfred-fkill
Last synced: 3 months ago
JSON representation
Alfred 3 workflow to fabulously search and kill processes
- Host: GitHub
- URL: https://github.com/SamVerschueren/alfred-fkill
- Owner: SamVerschueren
- License: mit
- Created: 2017-03-07T20:33:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T17:46:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T22:38:20.121Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 389 KB
- Stars: 475
- Watchers: 7
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-starred-test - SamVerschueren/alfred-fkill - Alfred 3 workflow to fabulously search and kill processes (JavaScript)
- awesome-github-star - alfred-fkill
- alfred-workflows - alfred-fkill - Fabulously search and kill processes. (Developer)
README
# alfred-fkill [![Build Status](https://travis-ci.org/SamVerschueren/alfred-fkill.svg?branch=master)](https://travis-ci.org/SamVerschueren/alfred-fkill)
> [Alfred 3](https://www.alfredapp.com) workflow to fabulously search and kill processes
## Install
```
$ npm install --global alfred-fkill
```*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `kill`, Enter, 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 Enter to kill the process.
Hold Shift to show the used CPU percentage.
Hold Alt and press Enter 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)