NAME

App::TimeTracker::Command::worked - calculate total worked time per task

DESCRIPTION

Implements the 'worked' command, which you can use to query how long you worked on different tasks

~$ tracker worked task
worked 12 hours, 37 minutes, 34 seconds on task

~$ tracker worked task --from 0101

~$ tracker worked task --from 0101 --to 0131

~$ tracker worked task --this week

~$ tracker worked task --last month

METHODS

usage_desc

Usage Description for Getopt::Long::Descriptive

opt_spec

Command line options definition

validate_args

Command line options validation

run

Implementation of command

AUTHOR

Thomas Klausner, <domm at cpan.org>

COPYRIGHT & LICENSE

Copyright 2008 Thomas Klausner, all rights reserved.

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