aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/shellrc
blob: 6d7f109d52e9bd7caaa513d6d657d79807f80e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# task
alias c='context'
tk() { task rc.context=`cat ~/.task/context` $@; }
alias tkcc='task context'
tkcn() { echo none >~/.task/context; }
tkcp() { echo plan >~/.task/context; }
[ "$shell" = zsh ] && compdef tk=task
alias tka='tk annotate'
alias tkd='tk done'
alias tkD='tk delete'
alias tkm='tk modify'
alias tkn='tk next'
alias tk10='tk limit:10 \( status:completed or status:deleted \) rc.report.all.sort:end- all | tee >(sed -n 4p | cut -d" " -f5 | tee >(xargs -i echo Copied {}) | xsel -ib ) '
tkw(){ tk $1 mod wait:${2##wait:}; }
alias tkrc='vim ~/.taskrc'
alias cdtk='cd ~/.task'
alias chtk='tig -C ~/.task status'
alias tt='taskwarrior-tui'