Simple scripts to record daily activities, usually in Markdown, but just as easily in text.
To use, clone the repo into your working directory.
$ git clone [email protected]:technmsg/daily-log.git
To start a new entry:
$ ./new
A new file will be created in ./daily/YYYY/MM
and be opened for editing.
To generate weekly summaries:
$ ./gen_weeklies
Note: summaries are deleted and recreated each time; slightly inefficient, but okay since everything's being committed to git at the end of the week anyways... right?