Today I Learned

hashrocket A Hashrocket project

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.

See More #command-line TILs