Skip to content

Kill Process Alfred Workflow Version 1.0.0

Latest
Compare
Choose a tag to compare
@PopBot PopBot released this 29 May 17:40
· 2 commits to main since this release
9e644b3

Kill Process Alfred Workflow

Version 1.0.0.

Alfred Workflow to Kill Process given a string name

preview

This Alfred workflow takes a string and searches the currently active processes for the name. It retrieves the corresponding PID for the process and kills it.

This workflow is case-insensitive

Usage:

  • kill <process-name>
  • kill pycharm - Kills PyCharm Professional
  • kill XCode - Kills Xcode
  • kil saf - Kills Safari

Feel free to modify this Workflow in the future 💪🏼