styoe (Start Your Engines!)
Start Your Engines™.
Installation
$ gem install styoe
Usage
Create a .engines
file on your home directory, and write a yaml-formatted file
with the applications you would like to start:
skype: "/Applications/Skype.app/Contents/MacOS/Skype"
sublime-text: "/Applications/Sublime Text.app/Contents/MacOS/Sublime Text"
flint: "/Applications/Flint.app/Contents/MacOS/Flint"
And then execute:
styoe
Your applications will be up and running in seconds. When you are done with them just execute:
styoe --stop
And they will disappear. For other great functionalities, please check features.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request