Comment on iCloud Terminal NotepadComments−tnorthcutt11yGreat idea. I use iA Writer & nvAlt in conjunction with Dropbox for syncing, but this will work in that scenario as well.I also set up /usr/local/bin/notes, with the following: # !/bin/bash cat “path to your file”That way, you can also quickly read all your notes from that file on the command line−gothepOP11yBrilliant, did the same!
Comments
Great idea. I use iA Writer & nvAlt in conjunction with Dropbox for syncing, but this will work in that scenario as well.
I also set up /usr/local/bin/notes, with the following: # !/bin/bash cat “path to your file”
That way, you can also quickly read all your notes from that file on the command line
Brilliant, did the same!