Chromium has command line flags. I'd like to use them, but I'd like to put them on the shortcut, since I tend to launch Chromium via spotlight. Is this possible?
Asked
Active
Viewed 2,471 times
2 Answers
12
It will launch faster if you cut out Automator and just do it with Applescript (and then save that applescript as an application bundle).
Here's an example:
do shell script "open /Applications/Chromium.app --args --enable-expose-for-tabs"

elastic threads
- 141
- 3
-
+1 Good to know. Didn't know AppleScript could make Apps. – Feb 10 '11 at 16:00
2
Make an Automator app called "ChromiumLauncher" that runs the commands you want. Drawback is you will get the ChromiumLauncher bouncing in your Dock for a second or two before it goes away.