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

NAME

Taskwarrior::Kusarigama::Plugin::Command::Mikado - create tasks, mikado-method style

VERSION

version 0.12.0

SYNOPSIS

    $ task add do the thing

    $ task start +LATEST

    $ task mikado do the other thing

    # 'do the other thing' is now started, and a dependency of 'do the thing'

DESCRIPTION

This commands is a simple implementation of the Mikado method (see http://www.methodsandtools.com/archive/mikado.php).

The command acts as a c<task add>, but also starts the task and sets it as a dependency for the (context-sensitive) currently active tasks.

Note: The plugin Taskwarrior::Kusarigama::Plugin::Blocks also needs to be installed.

TO INSTALL

    $ task-kusarigama add Command::Mikado
    $ task-kusarigama install

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019, 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.