The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.017

SYNOPSIS

 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.

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.