mockra

Adding Byword to Terminal - 26 Feb 2012


Adding Byword and other applications to the terminal is quick and easy. Just open up your .bash_profile, located in the home directory, with your favorite text editor.

You’ll then need to create an alias for the program you want to add. I’ve listed Byword as an example below.

alias byword='open -a Byword'

Following my example, you can now open files through the terminal using Byword.

byword notes.md