feat: add tl to log a task

How in the world did I have tlh to add hidden, but no tl to just log?
Don't know..it's fixed now
This commit is contained in:
Alex Kelly 2023-04-20 13:35:44 -04:00
parent f87ad3a70e
commit 3f9e79e7ad

View file

@ -7,6 +7,7 @@ alias tah="task add status_report:hide"
alias tan='task add scheduled:today' alias tan='task add scheduled:today'
alias tat='task add scheduled:tomorrow until:sch+14d' alias tat='task add scheduled:tomorrow until:sch+14d'
alias td="task done" alias td="task done"
alias tl="task log"
alias tlh="task log status_report:hide" alias tlh="task log status_report:hide"
alias tm='task modify' alias tm='task modify'
alias tn='clear;task next' alias tn='clear;task next'