NAME

App::JobLog::Command::modify - modify last logged event

VERSION

version 1.014

SYNOPSIS

houghton@NorthernSpy:~$ job last
Sunday,  6 March, 2011
  7:36 - 7:37 pm  0.01  widget  something to add                                                                                                                  

  TOTAL HOURS 0.01
  widget      0.01
houghton@NorthernSpy:~$ job modify --help
job <command>

job modify [-acrtu] [long options...] [<description>]
	-a --add-description       add some descriptive text
	-r --replace-description   replace current description
	-t --tag                   add tag; e.g., -t foo -t bar
	-u --untag                 remove tag; e.g., -u foo -u bar
	-c --clear-tags            remove all tags
	--help                     this usage screen
houghton@NorthernSpy:~$ job m -a "and still more" -c -t foo -t bar
houghton@NorthernSpy:~$ job l
Sunday,  6 March, 2011
  7:36 - 7:37 pm  0.01  bar, foo  something to add; and still more                                                                                                  

  TOTAL HOURS 0.01
  bar         0.01
  foo         0.01

DESCRIPTION

App::JobLog::Command::modify lets you change anything about the most recent task in the log other than its timestamp. Often this is all you need to do to fix a mistake and it is a little easier than editing the log itself.

SEE ALSO

App::JobLog::Command::last, App::JobLog::Command::resume, App::JobLog::Command::today, App::JobLog::Command::edit, App::JobLog::Command::done

AUTHOR

David F. Houghton <dfhoughton@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by David F. Houghton.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.