move all the adds together, add tsx alias for easier status report
This commit is contained in:
parent
f5a398be20
commit
b5feda4a8f
1 changed files with 4 additions and 2 deletions
|
@ -3,10 +3,11 @@ alias t-="task delete"
|
|||
alias ta='task add'
|
||||
alias tal='task add dep:"$(task +LATEST uuids)"'
|
||||
alias t.='tal'
|
||||
alias td="task done"
|
||||
alias th="task status_report:hide"
|
||||
alias tah="task add status_report:hide"
|
||||
alias tan='task add scheduled:today'
|
||||
alias tat='task add scheduled:tomorrow until:sch+14d'
|
||||
alias td="task done"
|
||||
alias tlh="task log status_report:hide"
|
||||
alias tm='task modify'
|
||||
alias tn='clear;task next'
|
||||
alias trol="task sch:yes status:pending modify sch:tod"
|
||||
|
@ -21,6 +22,7 @@ alias to='taskopen'
|
|||
|
||||
# Shortcut for my weekly report, based on my task-status utility: https://git.arachnitech.com/kellya/task-status
|
||||
alias ts='task-status --bullet=""'
|
||||
alias tsx='task-status --bullet="*"|xclip|/usr/bin/xdg-open https://frnkl.in/tins/update'
|
||||
|
||||
# context control
|
||||
alias tc="task context"
|
||||
|
|
Loading…
Reference in a new issue