public
Description: Command line, offline, time tracker
Homepage: http://github.com/francois/clitt/wikis
Clone URL: git://github.com/francois/clitt.git
clitt /
name age message
file .gitignore Thu Aug 27 14:11:36 -0700 2009 1st feature test for punch in / out [francois]
file LICENSE Fri May 23 17:06:32 -0700 2008 Fix README, LICENSE, Rakefile. [francois]
file README Fri May 23 19:44:13 -0700 2008 Updated README with bin/tt [francois]
file Rakefile Thu Aug 27 14:11:36 -0700 2009 1st feature test for punch in / out [francois]
file TODO Fri May 23 17:06:32 -0700 2008 Fix README, LICENSE, Rakefile. [francois]
file VERSION Thu Aug 27 12:41:31 -0700 2009 Use Jeweler instead of manual code [francois]
directory bin/ Tue Jan 20 11:37:02 -0800 2009 Renamed tt to clitt [francois]
file clitt.gemspec Thu Aug 27 12:44:16 -0700 2009 Regenerated gemspec for version 0.1.0 [francois]
directory features/ Thu Aug 27 14:15:56 -0700 2009 Make sure I can punch in/out from different dirs [francois]
directory lib/ Thu Aug 27 14:11:36 -0700 2009 1st feature test for punch in / out [francois]
directory script/ Fri May 23 10:14:52 -0700 2008 Initial import [francois]
directory spec/ Fri May 23 18:07:54 -0700 2008 Removing unused spec file. [francois]
README
TT - Time Tracker
================

Track your time locally, offline.

Usage
=====

$ pi # punch in, stores current working directory, date, time (UTC)
$ po # punch out: stops current task
$ cd my-project
$ pi
$ # code furiously
$ cd ../my-other-project
$ pi talking about stuff # stops first instance, records new CWD, and comment
$ po did this and that # stops tracking time, appends comment to time entry
$ tt list # lists your time entries in a nice format
$ tt drop # drops your last time entry
$ tt clear # DESTROYS all time entries, no turning back, nor is there any confirmation

Data
====

The time tracker database is stored as ~/.tt/entries.csv