public
Description: Fork of Ara T. Howard's punch time-tracker. Not under development, just fixed a bug that kept it from running.
Homepage: http://codeforpeople.com/lib/ruby/punch/
Clone URL: git://github.com/kjell/punch.git
punch /
name age message
file .gitignore Mon Mar 02 21:14:25 -0800 2009 Switch to jeweler for making a gem [oleg dashevskii]
file README Mon Nov 17 21:58:53 -0800 2008 locally mirroring of Ara T. Howard's punch gem ... [kjell]
file Rakefile Mon Mar 02 21:14:25 -0800 2009 Switch to jeweler for making a gem [oleg dashevskii]
file VERSION.yml Mon Mar 02 21:18:35 -0800 2009 Set correct version of 0.1.0 [oleg dashevskii]
directory bin/ Tue Apr 14 07:47:04 -0700 2009 Fix my spellcheck to actually work right, pull ... [kjell]
file punch.gemspec Mon Mar 02 21:18:51 -0800 2009 Regenerated gemspec for version 0.1.0 [oleg dashevskii]
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'