users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md
0fcaad38a78d872e8e7fee332986d7b1efc05bb7
· 707 B · 7 lines
raw
| 1 | # Taskwarrior widget for Übersicht |
| 2 | |
| 3 | Inspired by the original Taskwarrior Widget by Kevin Bockelandt (<https://github.com/KevinBockelandt/TaskwarriorWidget>), but enhanced and rewritten from scratch for Übersicht’s more recent React + JSX framework. |
| 4 | |
| 5 | The widget displays a configurable number (default 20) of ready Taskwarrior tasks (i.e., those that have the `READY` virtual tag), sorted in descending order of urgency. The columns displayed are task ID, number of days/weeks/months/years (as appropriate) to due date, description, project, tags, urgency, and a configurable indicator (default 🟊) of whether you’ve started a task. |
| 6 | |
| 7 | Due and overdue tasks are highlighted using configurable colours. |