Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to quickly launch applications' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to quickly launch applications
Authored by: lstewart on Feb 23, '04 02:36:48PM

The problem with the Applications folder is that some of us like to wear many hats. I am a professional software developer and graphic designer, and an amateur video editor, sound editor, music arranger, genealogist, web developer, etc.

The wide array of applications that goes along with all those hats, means my Applications folder has many, many applications in it, organized into a broad topical heirarchy. Going there every time I want to launch some particular application that's not on my dock is a minor pain I'd like to avoid. Also, putting an alias to the Applications folder on the dock doesn't work so well, because my Mac (dual G4 450) really lags every time I right-click on the icon, because it has to go through and make sure all the icons are up-to-date for the pop-up menu.

I appreciate this hint's approach to solving the problem. I may try it. My own approach in the past has been: make a "Shortcuts" folder in my home directory, and make aliases to all my semi-frequently used apps in that folder. Then I put that folder on the dock. It looks just like I've put the Applications folder in the dock, but it pops up without any delay--I presume maybe because the icons are somehow stored as resources in the aliases, so the Dock doesn't have to look through the app bundles to get each icon. But this still requires manually keeping these aliases up-to-date... thus I rather like the idea of just typing the app's name.



[ Reply to This | # ]
An AppleScript to quickly launch applications
Authored by: RickoKid on Feb 23, '04 10:49:35PM

Bingo! That's why I wrote this script - because it's much faster than right-clicking the Applications folder for me ... I tried moving the applications into task specific categories - but that almost certainly break apple apps when you try to upgrade them. It's just not worth it. Plus I'm used to being able to type in the application to launch it in linux (and even in the dark days when I still used Windows via the shortcut WindowsKey-R).



[ Reply to This | # ]