todoman
todoman copied to clipboard
✅ A simple, standards-based, cli todo (aka: task) manager.
Solve #240 for description
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...
This is my first attempt at a curses-based interface for Todoman. I would like your feedback on what I've written so far. I am aware that it is by no...
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...
Thanks for this project. Please, could you add recurring task fields (RRULE) to edit form? Thanks.
It'd would be nice to have shorter version for all arguments. I put together a list with suggestions: argument | suggestion | occurrence ----|---|---- priority | -p | new, list...
Hi! When packaging todoman 3.8.0 I ran pytest against it. However, there are two new failing tests on top of https://github.com/pimutils/todoman/issues/365 ``` =================================== FAILURES =================================== ______________________________ test_default_due2 _______________________________ tmpdir =...
Leaving this here as a reminder to address this when there's time.
it would be great if there was something like a "todo open" command that accessed the URL property of a vTODO (if set) and opened it, e.g. with sensible-browser.
I am setting up my config file and want to make it so that the default execution of todo is this: `todo list --no-reverse --sort categories` When I add it...