Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 542 Bytes

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