http://www.wired.com/science/discoveries/magazine/16-03/ff_s...
Re: Great Men Keep Journals
#71Case in Point:
Excerpts from Captain Rich Habib's Journal
during The Race to Save the Cougar Ace
71–73 of 73 posts
http://www.wired.com/science/discoveries/magazine/16-03/ff_s...
Googling for "command line journal", unfortunately, is not the right way to search for such a beast...
I just wrote myself a little script. Let's see, if it sticks ... $ cat bin/journal #!/bin/bash FILE=${HOME}/Dropbox/journal.txt echo >>${FILE} date >>${FILE} echo >>${FILE} vim + ${FILE}
I'm doing something similar. I found a cool vim command, ':r !date' for the current date. I'm using hg mercurial in addition to get additional backup security and logging. : P I also decided host the repo at bitbucket. This will let me have 'offsite' backups and the ability to pull my journal whenever I have a computer and internet... which is always.