diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-22 10:38:03 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-22 10:38:03 +0800 |
| commit | 72bab3749d94abf1884297cba4cc90f041dda91d (patch) | |
| tree | fe59403868a6e1589ef5ee7464f3a6329b5e4978 /bin/task/shellrc | |
| parent | 92e1a6672138290299be4a3d157de3c6c12e10a2 (diff) | |
Update
Diffstat (limited to 'bin/task/shellrc')
| -rw-r--r-- | bin/task/shellrc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc deleted file mode 100644 index 6bdf5b5..0000000 --- a/bin/task/shellrc +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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' | ||