feat: add ti to quickly add a task with the "in" tag
This should be reviewed, and added to a project, but it makes it quick to add things without having to think a whole bunch about it up front. That can come later.
This commit is contained in:
parent
3f9e79e7ad
commit
7eb4701b78
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ alias tat='task add scheduled:tomorrow until:sch+14d'
|
||||||
alias td="task done"
|
alias td="task done"
|
||||||
alias tl="task log"
|
alias tl="task log"
|
||||||
alias tlh="task log status_report:hide"
|
alias tlh="task log status_report:hide"
|
||||||
|
alias ti="task add +in"
|
||||||
alias tm='task modify'
|
alias tm='task modify'
|
||||||
alias tn='clear;task next'
|
alias tn='clear;task next'
|
||||||
alias trol="task sch:yes status:pending modify sch:tod"
|
alias trol="task sch:yes status:pending modify sch:tod"
|
||||||
|
|
Loading…
Reference in a new issue