How to get Alfred to run a terminal command and open one app twice?
Solution 1:
I don't see a feature in Alfred that looks like it will enable that directly (though I might have missed it).
You can:
- open Automator
- create a new application
- add the "Run Shell Script" action
- paste in your command
- Select "Save..." from the file menu
- name it vlcnew.app
Now Alfred should find that app if you type vlcnew.
Solution 2:
If you have the PowerPack, you can create a workflow.
Workflows can run bash scripts in terminal, post notifications etc..