Skip to content

Instantly share code, notes, and snippets.

@orenteriab
Created May 12, 2015 14:04
Show Gist options
  • Select an option

  • Save orenteriab/2e81d36f0fc78864bcc0 to your computer and use it in GitHub Desktop.

Select an option

Save orenteriab/2e81d36f0fc78864bcc0 to your computer and use it in GitHub Desktop.
Small function to open apps in the mac, include in your .*profile or .*rc
#usage:
# -> openapp Safari
function openapp(){
open "/Applications/$@.app"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment