by gothep on 1/21/15, 2:29 PM with 19 comments
by pherocity_ on 1/21/15, 3:30 PM
by manicdee on 1/28/15, 5:33 AM
The iA Writer method in this article feels a little fragile to me since it relies on that path. I guess it isn't likely to change in a hurry though.
by unfamiliar on 1/21/15, 3:56 PM
I have a terminal command called "log" which takes a string as an argument. It basically takes this string and writes it into my log file, prepended by the current date and time. This log file is in my dropbox folder. Typing "log" with no arguments will open up the log file in my editor.
I have this set up with an Alfred workflow which works exactly the same way. I find it very useful for keeping track of what I am working on, what problems I was meant to be tackling, quick calculations I would like to keep a record of, etc
EDIT: reading the article more thoroughly, my solution is basically identical.
by joshstrange on 1/21/15, 3:11 PM
by joshstrange on 1/21/15, 3:07 PM
by tnorthcutt on 1/21/15, 7:02 PM
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
by basdp on 1/21/15, 3:07 PM
by micah_chatt on 1/21/15, 3:39 PM
by teabee89 on 1/21/15, 5:35 PM
by analogmind on 1/21/15, 3:27 PM