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:
parent
f87ad3a70e
commit
3f9e79e7ad
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue