2015-06-27 15:21:16 -04:00
|
|
|
## todo.sh
|
2017-08-06 13:52:11 -04:00
|
|
|
alias taz='todo.sh add "(Z)"'
|
|
|
|
tap() {
|
|
|
|
pri="$1:u" #uppercase
|
|
|
|
shift
|
|
|
|
todo.sh add "($pri) $@"
|
|
|
|
}
|
|
|
|
compdef -e 'words[1]=(todo.sh add); service=todo.sh; (( CURRENT+=1 )); _todo.sh' tap
|
2015-07-07 11:18:40 -04:00
|
|
|
alias t='todo.sh'
|
|
|
|
alias hw='t hw'
|
|
|
|
alias hwr="hw rel"
|