This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
clitt /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Aug 27 14:11:36 -0700 2009 | |
| |
LICENSE | Fri May 23 17:06:32 -0700 2008 | |
| |
README | Fri May 23 19:44:13 -0700 2008 | |
| |
Rakefile | Thu Aug 27 14:11:36 -0700 2009 | |
| |
TODO | Fri May 23 17:06:32 -0700 2008 | |
| |
VERSION | Thu Aug 27 12:41:31 -0700 2009 | |
| |
bin/ | Tue Jan 20 11:37:02 -0800 2009 | |
| |
clitt.gemspec | Thu Aug 27 12:44:16 -0700 2009 | |
| |
features/ | Thu Aug 27 14:15:56 -0700 2009 | |
| |
lib/ | Thu Aug 27 14:11:36 -0700 2009 | |
| |
script/ | Fri May 23 10:14:52 -0700 2008 | |
| |
spec/ | Fri May 23 18:07:54 -0700 2008 |
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







