styoe (Start Your Engines!)
Start Your Engines™.
Installation
$ gem install styoeUsage
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:
styoeYour applications will be up and running in seconds. When you are done with them just execute:
styoe --stopAnd 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