Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 664 Bytes

File metadata and controls

35 lines (18 loc) · 664 Bytes

ti

Simple command-line time tracker. Outputs to ledeger's timelog format

Usage

On the command line run:

export TIMELOG=path_to_your.timelog
ti <client> <task description>

Example:

ti Outbox Build amazing stuff

This will append to $TIMELOG something like:

i 2011-12-21 12:32:49 Outbox  Build amazing stuff

To exit use ctrl+c

This will append to $TIMELOG something like:

o 2011-12-20 12:35:56

Extras

Run gem install rainbow for color output.

Run gem install growl for growl notifications.

License

MIT