Skip to content

maxm/ti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%