The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Taskwarrior::Kusarigama::App::Review - interactive review of unprioritized tasks

VERSION

version 0.9.0

SYNOPSIS

    $ task-kusarigama review

DESCRIPTION

Interactive review of tasks.

The command gathers all the tasks that are not proritized and display them one by one, providing a menu of actions to do.

    Key   Name       Description
    h     h          high priority
    H     H          high priority and next
    m     m          med priority
    M     M          med priority and next
    l     l          low priority
    L     L          low priority and next
    .     mod        generic modification
    ,     append     append
    d     done
    D     delete
    w     wait
    q     quit
    a     annotate
    n     next       next
    ?     help       List available commands

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018, 2017 by Yanick Champoux.

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