kjell / punch
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
6ffb5c8
oleg dashevskii (author)
Mon Mar 02 21:18:51 -0800 2009
commit 6ffb5c8275aa87a6617850d573a31c71c46de697
tree 520df5fac484f5bcb82db5a37e0e0fd5341473c3
parent 32727ed00c5bd72a69c11d189acd1f5181f905f2
tree 520df5fac484f5bcb82db5a37e0e0fd5341473c3
parent 32727ed00c5bd72a69c11d189acd1f5181f905f2
punch /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 05 07:04:58 -0800 2009 | |
| |
README | Mon Nov 17 21:58:53 -0800 2008 | |
| |
Rakefile | Thu Mar 05 07:04:58 -0800 2009 | |
| |
VERSION.yml | Thu Mar 05 07:06:40 -0800 2009 | |
| |
bin/ | ||
| |
punch.gemspec | Thu Mar 05 07:06:41 -0800 2009 |
README
NAME punch SYNOPSIS punch (in|out|log|clock|status|list|total|delete|dump|parse) [options]+ DESCRIPTION i can has time tracking! punch is a k.i.s.s. tool for tracking the hours spent on various projects. it supports logging hours under a project name, adding notes about work done during that period, and several very simple reporting tools that operate over a window of time. run 'punch help modename' for more info. PARAMETERS --help, -h EXAMPLES . punch in projectname . punch in projectname 'an hour ago' . punch log projectname 'rewriting your java app in ruby...' . punch out projectname . punch total projectname --after 2007-12-03 --before 2007-12-07 . punch total projectname --after 'yesterday morning' --before 'today at noon'

