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 ta='task add'
|
||||||
alias tal='task add dep:"$(task +LATEST uuids)"'
|
alias tal='task add dep:"$(task +LATEST uuids)"'
|
||||||
alias t.='tal'
|
alias t.='tal'
|
||||||
alias td="task done"
|
alias tah="task add status_report:hide"
|
||||||
alias th="task 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 tlh="task log status_report:hide"
|
||||||
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"
|
||||||
|
@ -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
|
# Shortcut for my weekly report, based on my task-status utility: https://git.arachnitech.com/kellya/task-status
|
||||||
alias ts='task-status --bullet=""'
|
alias ts='task-status --bullet=""'
|
||||||
|
alias tsx='task-status --bullet="*"|xclip|/usr/bin/xdg-open https://frnkl.in/tins/update'
|
||||||
|
|
||||||
# context control
|
# context control
|
||||||
alias tc="task context"
|
alias tc="task context"
|
||||||
|
|
Loading…
Reference in a new issue