Hugo
Hugo
Suggestions for `todo done`tab don't have the right list colours.
Used `todo move 39 --list todo` and then it disappeared until I cleared the cache. It's possible that we don't re-cache an unchanged file, but it's not in a different...
Pass arguments to the default command so that stuff like `todo --startable` work. Not sure if I want to merge this as-is, or actually contribute to click-default-group and make the...
If there's no configuration file, offer to help create one: * Basically interactive with questions/answers. * "Where are your calendars?" * "Would you like to show date and times, or...
Leaving this here as a reminder to address this when there's time.
This issue was moved from the issue tracker at GitLab. --- todoman should show the CATEGORIES assigned to a task. i.e. the following task contains the "Online" category: ``` $...
Due to the way we call the default command, callbacks aren't being run, so `_validate_startable_param` will never run. We already have hacks in place due to this scenario, so we...
* Check an inexistent cache directory. * Check a read-only cache directory (or read-only parent directory). * Check existing directory.
I like the idea of doing what was actually proposed for khal [here](https://github.com/pimutils/khal/issues/674).
This'll allow changing status to cancelled/in-progress/etc via the UI (currently, some statuses are only possible via the cli interface).