NAME
hwd -- The How We Doin'? project tracking tool
SYNOPSIS
hwd [options] schedule-file(s)
Options:
--nextid Display the next highest task ID
--started Displays tasks that have been started
--started=person
Displays tasks started by person
--tasks Displays tasks sorted by person
--tasks[=person]
Displays tasks for a given user
--burndown Display a burn-down table
-h, --help Display this help
-H, --man Longer manpage for prove
-V, --version Display version info
COMMAND LINE OPTIONS
--started[=who]
Shows what tasks have been started by the person specified, or by everyone if no one one is specified.
Ape is working on...
104 - Add FK constraints between FOOHEAD and BARDETAIL (2/2)
Chimp is working on...
107 - Refactor (1/1)
--tasks[=person]
Shows the list of tasks and their status sorted by user. If a person is specified, only the tasks for that person will be shown.
--nextid
Shows the next ID available.
--burndown
Print a "burn down" graph:
YYYY/MM/DD Total Todo
2005/07/15 100 98
2005/07/17 100 77
2005/07/18 100 75
2005/07/19 100 70
That is, how fast is the amount of work left "burning down" to zero?
-V, --version
Display version info.
BUGS
Please use the CPAN bug ticketing system at http://rt.cpan.org/. You can also mail bugs, fixes and enhancements to <bug-app-hwd at rt.cpan.org>
.
AUTHORS
Andy Lester <andy at petdance.com>
COPYRIGHT
Copyright 2005 by Andy Lester <andy at petdance.com>
.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.