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.
This commit is contained in:
Marty Oehme 2025-10-18 12:58:43 +02:00
parent f514ebe008
commit b6e3af4593
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -23,7 +23,8 @@ alias tal="task log"
alias tan="task annotate" alias tan="task annotate"
alias tn="task next +READY" 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" alias tun="task next urgency \> 4"
if exist timew; then if exist timew; then