Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmm5t/launch_app_scripts
Automated creation of AppleScripts that launch your favorite applications
https://github.com/rmm5t/launch_app_scripts
Last synced: 20 days ago
JSON representation
Automated creation of AppleScripts that launch your favorite applications
- Host: GitHub
- URL: https://github.com/rmm5t/launch_app_scripts
- Owner: rmm5t
- Created: 2009-08-29T21:53:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-26T23:21:44.000Z (over 14 years ago)
- Last Synced: 2024-12-06T18:06:51.898Z (27 days ago)
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
** NOTE: I don't use this anymore. After writing this, I realized FastScripts supports Aliases to Applications withing the `~/Library/Scripts` folder. This still might be useful to others, so feel free to fork away. **
Lauch App Scripts
=================Automated creation of Application launching scripts for use with your favorite keyboard shortcut tool. This was written as a replacement for my Quicksilver addiction after upgrading to Snow Leopard.
The Rakefile was derived from [Grant Hollingworth's][3] [command-number-tab][4].
Install
-------1. Change the APPLICATIONS constant at the top of the Rakefile
2. Compile and install the AppleScripts with `rake install`. The scripts will be installed under `~/Library/Scripts/Launch`
3. Set up keyboard shortcuts with [FastScripts][1] (or [Butler][2] or whatever)[1]: http://www.red-sweater.com/fastscripts/
[2]: http://www.petermaurer.de/butler/
[3]: http://granth.ca/
[4]: http://github.com/granth/command-number-tab/tree/master