todoman
todoman copied to clipboard
✅ A simple, standards-based, cli todo (aka: task) manager.
Hi, First of all, thank you for creating Todoman, otherwise I would not have switches 100% to cli for mails, calendars, contacts and todos. But, I have several issues with...
When a recurring todo is completed, we create a copy of it. The old copy is marked as done, and the new copy keeps the `RRULE` and it set for...
It would be great if subtasks would be grouped within their task, e.g. by intending the description or something. subtasks = use `RELATED-TO`
Some applications support custom sorting. It would be nice to support this, at least rendering the list in that order. Editing the order is out-of-scope here. Using the `X-APPLE-SORT-ORDER` header...
I managed to setup Todoman and vdirsyncer, now when I edit an event, I have to run `vdirsyncer sync` afterwards, I'm wondering if there's any known method to automate this,...
Meta issue to track all other issues regarding recurring events: - [ ] https://github.com/pimutils/todoman/issues/305 - [ ] https://github.com/pimutils/todoman/issues/410 - [ ] https://github.com/pimutils/todoman/issues/304 - [ ] https://github.com/pimutils/todoman/issues/288 - [ ] https://github.com/pimutils/todoman/issues/249
Hi, I will like to have a recurrence ability when creating a new task, for example: "work in the project", repeat every week, ends the friday(of every week). This is...
Added `-r` (`--read-description`) flag to `edit` command. This option is vital for my workflow: I use todoman inside a container to sync data between Calendars, Tasks, and also Kanboard. I...
The current TUI is a bit clunky and wierd to use. It needs to be scrolled down with arrows, which isn't handy, [have to leave the home row] and the...
Hello! Really liking the application. I was reading the documentation an saw a section about **integration** using the flag `--porcelain` which returns a JSON for the tasks. But It's only...