Apple - How to get Alfred to run a terminal command and open one app twice?

If you have the PowerPack, you can create a workflow.

Workflows can run bash scripts in terminal, post notifications etc..

Alfred workflow window


I don't see a feature in Alfred that looks like it will enable that directly (though I might have missed it).

You can:

  1. open Automator
  2. create a new application
  3. add the "Run Shell Script" action
  4. paste in your command
  5. Select "Save..." from the file menu
  6. name it vlcnew.app

Now Alfred should find that app if you type vlcnew.


Now you can also run a Terminal Command using Powerpack.

  1. Create a "Blank Workflow"
  2. On the top right corner, click on the plus sign and choose the trigger you want.
  3. Click the same plus sign and now choose Actions -> Terminal Command and type whatever command you would like to run

enter image description here