GothenburgBitFactory / GothenburgBitFactory/taskwarrior

Color duration-type uda based on value

Open
#2,635 0 comments 2 reactions 0 assignees View on GitHub
topic:themes type:enhancement
Dominant language
C++
Stars
6.1k
Forks
423
Avg merge
1d 19h
Merged PRs (30d)
11

Description

In my specific setup I defined an uda to estimate the time it will take to complete a task.
```
## Estimate time to complete the task
uda.estimate.label=Estimate
uda.estimate.type=duration
```

I would really like to color my tasks based on that estimate (have quick tasks in green, long tasks in red for instance) with something along those lines:
```
color.uda.estimate.under.10min = green
color.uda.estimate.above.4h = red
```

This would also be nice for the urgency calculation, so all quick tasks are assigned a smaller factor and longer tasks are assigned a bigger one (maybe open an other issue)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.