diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
| commit | 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 (patch) | |
| tree | 6f94ff3aeea2af859c7c166e01a8e73002017893 /users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md | |
Initial commit: combined darwin + guix-linux home-manager flake
Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc
nix-home-manager flake (linux). See README.md/MIGRATION.md.
Diffstat (limited to 'users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md')
| -rwxr-xr-x | users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md b/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md new file mode 100755 index 0000000..bf20fb7 --- /dev/null +++ b/users/ryan/modules/taskwarrior-ubersicht/taskwarrior-widget-source/README.md | |||
| @@ -0,0 +1,7 @@ | |||
| 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. | ||
