An open API service indexing awesome lists of open source software.

https://github.com/netromdk/alfred-pkill

Kill processes via Alfred app workflow.
https://github.com/netromdk/alfred-pkill

alfred alfred-workflow alfred3-workflow process-kill process-manager python workflow

Last synced: 3 months ago
JSON representation

Kill processes via Alfred app workflow.

Awesome Lists containing this project

README

        

# alfred-pkill
Kill processes via Alfred app workflow.

Use keyword `kill` to initiate the workflow. The input is used to fuzzy-filter against all running processes. If any result is actioned it will be killed with `kill -TERM PID`. By using modifiers, the `kill` command will use `-KILL` with ⌘↵, `-STOP` with ⌃↵, and `-TERM` with ↵ normally.

The `killall` keyword can be used in the same way but will kill all filtered process results.

The workflow automatically checks for new releases. With a 7 day frequency, it will check and if an update is available, then it shows an item at the top in Alfred that will update the workflow when actioned/auto-completed.

![alfred-pkill example](https://github.com/netromdk/alfred-pkill/blob/master/example.gif)