Skip to content

Instantly share code, notes, and snippets.

@brendanjerwin
Created May 28, 2011 00:45
Show Gist options
  • Save brendanjerwin/996464 to your computer and use it in GitHub Desktop.
Save brendanjerwin/996464 to your computer and use it in GitHub Desktop.
open iA writer from the command line
#! /bin/bash
open $1 -a /Applications/iA\ Writer.app
@mazuhl
Copy link

mazuhl commented Mar 27, 2012

A useful little snippet! Thanks! I added this to my .bash_aliases file like so:

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

@nottombrown
Copy link

This is great. Thanks guys

@julienbourdeau
Copy link

Nice πŸ‘

@rkbarney
Copy link

πŸ‘πŸ»πŸ‘πŸ»πŸ‘πŸ»

@mmagnus
Copy link

mmagnus commented Nov 25, 2022

is there any way to put the cursor at the given line?

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