NAME

App::JobLog::Command::tags - show what tags you have used

VERSION

version 1.042

SYNOPSIS

houghton@NorthernSpy:~$ job tags --help
job <command>

job tags [-an] [long options...] [date or date range]
	Use 'job help tags' to see full details.
	-n --notes   only list tags used on notes
	-a --all     list tags for both notes and tasks
	--help       this usage screen
houghton@NorthernSpy:~$ job tags this week

foo

houghton@NorthernSpy:~$ job tags

bar
foo
quux

DESCRIPTION

App::JobLog::Command::tags lists the tags applied to tasks anywhere in the log or in a specified time range. This allows one to examine how tasks have been categorized (and perhaps how they have been mis-typed).

The time expressions understood are the same as are understood by App::JobLog::Command::summary.

By default note tags are not listed. Use the --notes or --all options if you wish to include these.

SEE ALSO

App::JobLog::Command::summary, App::JobLog::Command::today, App::JobLog::Command::last, App::JobLog::Command::parse, App::JobLog::TimeGrammar

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.