Skip to content

Instantly share code, notes, and snippets.

@Martin91
Created January 3, 2014 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Martin91/8240502 to your computer and use it in GitHub Desktop.
Save Martin91/8240502 to your computer and use it in GitHub Desktop.
alias for running shoes app

Under Mac OS, the Shoes' bin command line located at /Applications/Shoes.app/Contents/MacOS/shoes, you can write a alias to conveniently start the shoes app in your terminal like:

# ~/.bashrc
alias shoes='/Applications/Shoes.app/Contents/MacOS/shoes'

Even more you can specify a file to start any shoes app:

$ shoes path/to/shoes/app/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment