Last Updated: February 25, 2016
·
601
· 0asa

2 simple aliases

Simple aliases such as these might speed up your workflow. Add (and adapt) these to your .bash_profile (or other equivalent) file:

alias e='open -a textastic'
alias f='open -a finder'

Next, when you need to edit some very important and interesting file, simply type:

e file.txt 

and watch the magic happen!

Or, if you need to quickly open a finder window in your project folder:

f projects/superproject0001