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:
parent
f514ebe008
commit
b6e3af4593
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue