taskwarrior-tui
taskwarrior-tui copied to clipboard
`taskwarrior-tui`: A terminal user interface for taskwarrior
[Timewarrior](https://github.com/GothenburgBitFactory/timewarrior) is a common addition to the Taskwarrior and corresponding representation would benefit **taskwarrior-tui** as well. - https://timewarrior.net/docs/taskwarrior/  
Basically loading and applying color values from taskrc for `Calendar` view: ```conf # Command: calendar color.calendar.due.today=color0 on color252 color.calendar.due=color0 on color249 color.calendar.holiday=rgb522 on rgb300 color.calendar.overdue=color0 on color255 color.calendar.today=color0 on rgb511...
**Description** When adding tasks through taskwarrior-tui, I often think it would be easier to select a date if it were presented to me in a visual calendar form, similar to...
**Description** Currently, tasks do not appear on the completion. Would you add it?  **Additional context** I'll see on adding it myself by looking how the current items implemented.
**Describe the bug** Taskwarrior is configured to show Monday as first day of week. But taskwarrior-gui in calendar view shows Sunday as the first day.   **To Reproduce** Set...
**Description** Apologies if this is already available in a config setting but I couldn't find it. Is there a way to enable annotations to show up under the task similar...
**Description** I like the style changes from #410 but would like to be able to customize the fg and bg color of the "header" row (Task, Projects, Calendar) and (Filter...
Hello! I'd like to know if the calendar has some features as well. I thought that it could mark the dates where a task starts and ends for exmaple. Is...
**Description** Sometimes I'm accidently hitting the `u` (the undo key) which undos (obviously) some stuff which shouldn't happen. **Solution** Anohter keybinding like on `U` which reverts the undo command. **Additional...