Open TextEdit via the Command Line
I use TextEdit from time to time to print code, explained in this post. Today I learned that you can open a file in that program via the command line in OSX:
$ open -e your-file.txt
Happy hacking and printing.
Tweet