From b6e3af4593ca71681dc016015e79c44039d7dc21 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 18 Oct 2025 12:58:43 +0200 Subject: [PATCH] taskwarrior: Split today alias into scheduled and due `td` will display things that are either due today or in the past, or scheduled today or in the past. `TD` will _only_ display things that are explicitly due today or in the past. --- office/.config/sh/alias.d/taskwarrior.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/office/.config/sh/alias.d/taskwarrior.sh b/office/.config/sh/alias.d/taskwarrior.sh index 9546974..3be2877 100644 --- a/office/.config/sh/alias.d/taskwarrior.sh +++ b/office/.config/sh/alias.d/taskwarrior.sh @@ -23,7 +23,8 @@ alias tal="task log" alias tan="task annotate" alias tn="task next +READY" -alias td="task +TODAY or +OVERDUE" +alias td="task +TODAY or +OVERDUE or sched.before:tom" # scheduled and due for today or before +alias TD="task +TODAY or +OVERDUE" # DUE today or before alias tun="task next urgency \> 4" if exist timew; then