aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/shellrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-22 10:38:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-22 10:38:03 +0800
commit72bab3749d94abf1884297cba4cc90f041dda91d (patch)
treefe59403868a6e1589ef5ee7464f3a6329b5e4978 /bin/task/shellrc
parent92e1a6672138290299be4a3d157de3c6c12e10a2 (diff)
Update
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r--bin/task/shellrc19
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
2alias c='context'
3tk() { task rc.context=`cat ~/.task/context` $@; }
4alias tkcc='task context'
5tkcn() { echo none >~/.task/context; }
6tkcp() { echo plan >~/.task/context; }
7[ "$shell" = zsh ] && compdef tk=task
8alias tka='tk active'
9alias tkan='tk anno'
10alias tkd='tk done'
11alias tkD='tk delete'
12alias tkm='tk modify'
13alias tkn='tk next'
14alias 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 ) '
15tkw(){ tk $1 mod wait:${2##wait:}; }
16alias tkrc='vim ~/.taskrc'
17alias cdtk='cd ~/.task'
18alias chtk='tig -C ~/.task status'
19alias tt='taskwarrior-tui'