office: Add active task modificaiton tw aliases
Added aliases to the shell to quickly Stop a currently Active Task (`tas`) or to quickly log a currently Active Task as Done (`tad`).
This commit is contained in:
parent
261935c27a
commit
f45e41b754
1 changed files with 3 additions and 0 deletions
|
@ -29,4 +29,7 @@ alias tun="task next urgency \> 4"
|
||||||
alias tra="task active"
|
alias tra="task active"
|
||||||
alias trw="task end.after:today-1wk completed"
|
alias trw="task end.after:today-1wk completed"
|
||||||
|
|
||||||
|
alias tad="task +ACTIVE done"
|
||||||
|
alias tas="task +ACTIVE stop"
|
||||||
|
|
||||||
alias to="task open"
|
alias to="task open"
|
||||||
|
|
Loading…
Reference in a new issue