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

Taskwarrior::Kusarigama::Plugin::Command::Morning - run taskwarrior's garbage collection

VERSION

version 0.12.0

SYNOPSIS

    $ task morning

DESCRIPTION

DEPRECATED: look at Taskwarrior::Kusarigama::Plugin::Morning, that does the same thing as this command, but automatically.

By default, taskwarrior runs its garbage collection each time it's run. The problem is, that garbage collection compact (and thus changes) the task ids, so in-between my last task list and now, the ids might be different. That's a pain. But if the garbage collection is not run, hidden tasks and recurring tasks won't be unhidden/created. That's a bigger pain.

My solution? Disable the garbage collecting,

    $ task config rc.gc off

but use this command once every morning.

This command, by the way, is only a glorified

    $ task rc.gc=on list limit:1

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.