Journal is a simple Python CLI tool help with keeping a journal for work, personal, or any reason really! Inspired by Peter Lyons' [article](http://peterlyons.com/leveling_up.html) on career development, my own experiences, and too much free time.
Related:
[Blog post about Journal](http://asktherelic.com/2011/08/16/journaling/)
Installation
pip install journal
The journal command should now be available on your command line.
Usage
It's as simple as:
journal "Task foo completed"
and a ~/.journal/[CURRENT DATE].txt file will be created using the current date, with a timestamp and your entry. Just continue to enter your tasks through the days and weeks and build a record of your work.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· added support for multiple journals and journal locations
· added ~/.journalrc for storing default configurations of journals/locations
· changed argument handling to add all arguments to the same entry instead of splitting them up