Generating Gantt charts from Taskwarrior entries.
The idea is to specify a due
date and a duration
(UDA) and then treat the
task as it would start at due - duration
and end at due
date.
-
Add
duration
as user defined attribute to your~/.taskrc
uda.duration.type = numeric
-
Install
Project::Gantt
perl modulecpanm Project::Gantt
task-gantt [--stdout] [-d <description>] [-o <filename>] <filters> ...
For example, to generate a Gantt chart of all pending tasks and watch it
directly with feh
execute
task-gantt --stdout status:pending | feh -