diff options
Diffstat (limited to 'bin/task/shellrc.bak')
-rw-r--r-- | bin/task/shellrc.bak | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/task/shellrc.bak b/bin/task/shellrc.bak new file mode 100644 index 0000000..6bdf5b5 --- /dev/null +++ b/bin/task/shellrc.bak | |||
@@ -0,0 +1,19 @@ | |||
1 | # task | ||
2 | alias c='context' | ||
3 | tk() { task rc.context=`cat ~/.task/context` $@; } | ||
4 | alias tkcc='task context' | ||
5 | tkcn() { echo none >~/.task/context; } | ||
6 | tkcp() { echo plan >~/.task/context; } | ||
7 | [ "$shell" = zsh ] && compdef tk=task | ||
8 | alias tka='tk active' | ||
9 | alias tkan='tk anno' | ||
10 | alias tkd='tk done' | ||
11 | alias tkD='tk delete' | ||
12 | alias tkm='tk modify' | ||
13 | alias tkn='tk next' | ||
14 | 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 ) ' | ||
15 | tkw(){ tk $1 mod wait:${2##wait:}; } | ||
16 | alias tkrc='vim ~/.taskrc' | ||
17 | alias cdtk='cd ~/.task' | ||
18 | alias chtk='tig -C ~/.task status' | ||
19 | alias tt='taskwarrior-tui' | ||