Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created December 12, 2012 21:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamstac/4271657 to your computer and use it in GitHub Desktop.
Save adamstac/4271657 to your computer and use it in GitHub Desktop.
Open with iA Writer from the command line
# Opens a file using iA Writer (if installed)
# Example: ia README.md
alias ia='open $1 -a /Applications/iA\ Writer.app'
@jlong
Copy link

jlong commented Dec 17, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment