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:
Marty Oehme 2022-12-20 12:06:34 +01:00
parent 261935c27a
commit f45e41b754
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 3 additions and 0 deletions

View File

@ -29,4 +29,7 @@ alias tun="task next urgency \> 4"
alias tra="task active"
alias trw="task end.after:today-1wk completed"
alias tad="task +ACTIVE done"
alias tas="task +ACTIVE stop"
alias to="task open"