diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 00:25:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 00:25:53 +0800 |
commit | 46330677f75c0d20d9a1e32a1875f27ab41349ca (patch) | |
tree | 425154c745e6949f345132735e21ab81fcdde617 /alias | |
parent | 77a7744876f04ff9abcc2e0c2732fd4be6b052cb (diff) |
Completion for task
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -512,6 +512,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; } | |||
512 | tkc(){ echo $1 >~/.task/context; } | 512 | tkc(){ echo $1 >~/.task/context; } |
513 | tkcn() { echo none >~/.task/context; } | 513 | tkcn() { echo none >~/.task/context; } |
514 | tkch() { echo home >~/.task/context; } | 514 | tkch() { echo home >~/.task/context; } |
515 | [ $shell = zsh ] && compdef _task tk | ||
515 | alias tka='tk annotate' | 516 | alias tka='tk annotate' |
516 | alias tkd='tk done' | 517 | alias tkd='tk done' |
517 | alias tkD='tk delete' | 518 | alias tkD='tk delete' |