redbook


A day logger and time tracking program

RedBook is an interactive Ruby script able to: * Log your daily activities onto a YAML file (multiple log files supported). * Export a set of activities to a txt, csv or yml file. * Display activities matching a specific string (Regexp supported), tags (with boolean operators), or time frame. * Calculate the time elapsed between two or more logged activities. * Calculate the number, the duration, the average and total time spent on a set of activities matching user-specified criteria. * Update and delete logged activities. * Backup, archive and restore log files. * Evaluate arbitrary Ruby code, for example to act as a "emergency calculator" when needed. Additionally, this script supports: * International characters and character encoding conversions. * Completion for directives and tags. * Custom key bindings. * User-defined variables

Announcements:

Screenshots:

RedBook on Windows...

http://www.h3rald.com/files/redbook_windows.png

...and on Linux (yes, with colors)

http://www.h3rald.com/files/redbook_linux.png

Project Information

Labels:
ruby productivity logger time-tracking