NAME
Taskwarrior::Kusarigama::Plugin::Command::Morning - run taskwarrior's garbage collection
VERSION
version 0.2.0
SYNOPSIS
$ task morning
DESCRIPTION
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) 2016 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.