Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bulletinmybeard/9af86e21651d82015bf4755faf26b460 to your computer and use it in GitHub Desktop.
Save bulletinmybeard/9af86e21651d82015bf4755faf26b460 to your computer and use it in GitHub Desktop.
Terminate unresponsive macOS apps using a terminal command

To terminate unresponsive apps, open your terminal and execute the command pkill -x followed by the app's name (e.g., pkill -x Alfred).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment