clog is a combined command-line work-log/diary and todo manager tool written in Python.
Installation Instructions
pip install clog
Or however you like to install Python software.
Configure
Nothing is configurable at the moment.
Usage
Add a new log entry:
$ > clog log
Note: Preparing first clog release
Worked time: 1h
Connect to todo (empty for none): clog.2_0
Todo note: Work targeted at the 2.0 release
The last prompt is because the todo did not exist.
Show all log entries:
$ > clog show
2010-11-07 Sun 09:53 1h 0m clog.2_0 -- Preparing first clog release
Show the TODOs:
$ > clog todo
clog
clog.2_0 "Work targeted at the 2.0 release"
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· edit command: Fixed date formatting/parsing bug