Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created December 12, 2012 21:08

Revisions

  1. Adam Stacoviak created this gist Dec 12, 2012.
    4 changes: 4 additions & 0 deletions ia-writer
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # Opens a file using iA Writer (if installed)
    # Example: ia README.md

    alias ia='open $1 -a /Applications/iA\ Writer.app'