Skip to content

PopBot/kill-process-alfred-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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