Skip to content

Releases: PopBot/kill-process-alfred-workflow

Kill Process Alfred Workflow Version 1.0.0

29 May 17:40
9e644b3
Compare
Choose a tag to compare

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 💪🏼