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.
- Host: GitHub
- URL: https://github.com/netromdk/alfred-pkill
- Owner: netromdk
- License: mit
- Created: 2018-02-01T17:00:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T19:59:55.000Z (over 7 years ago)
- Last Synced: 2025-01-19T06:44:08.961Z (5 months ago)
- Topics: alfred, alfred-workflow, alfred3-workflow, process-kill, process-manager, python, workflow
- Language: Python
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
