tchart icon indicating copy to clipboard operation
tchart copied to clipboard

Python reporting and front end for Taskwarrior

Results 5 tchart issues
Sort by recently updated
recently updated
newest added

Tchart should use tasklib ( https://github.com/robgolding63/tasklib ) to simplify the code, since it provides pythonic access to TaskWarrior.

In my terminal, the band of MON TUE WED stops after four weeks, even when the screen width would allow more. IMHO, it should go edge to edge.

In .taskrc you can set ``` calendar.offset=off/on ``` and ``` calendar.offset.value=1 ``` and I think tchart should respect those settings, with ONE little tweak; _task cal_ will see the calendar.offset.value=1...

tchart groups tasks by project by first sorting by datetime and then by project. However, because due dates are in some cases recorded to one second accuracy this causes problems...

bug

tchart is currently hard wired to use the GMT +2 time zone. The time zone can easily be changed in the code, but the code should rather be changed to...