mbucc / punch-time-tracking

Automatically exported from code.google.com/p/punch-time-tracking
GNU General Public License v3.0
1 stars 0 forks source link

Modify command needed to avoid manually editing punch.dat #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
punch list (ls) : list current entries in punch.dat with line/rec numbers.
Fashion after todo's ls command.

punch modify (mod) : Change the start and/or end time of past task. Make it
interactive? Can't think of a better way to do it at the moment - command
line switches get hairy.

eg:

bash> punch mod 14
  Modifying task "blah blah blah"
  Start time (2009-04-17 08:30:00)? 2009-04-17 08:15:00
  End time (2009-04-17 11:27:35)? 2009-04-17 11:30:00

Original issue reported on code.google.com by keithlaw...@gmail.com on 17 Apr 2009 at 5:47