diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 18 |
1 files changed, 0 insertions, 18 deletions
| @@ -473,24 +473,6 @@ alias cdtrash='cd ~/.local/share/Trash' | |||
| 473 | trash() { mv $@ ~/.local/share/Trash; } | 473 | trash() { mv $@ ~/.local/share/Trash; } |
| 474 | alias ge='graph-easy --boxart' | 474 | alias ge='graph-easy --boxart' |
| 475 | 475 | ||
| 476 | # task | ||
| 477 | tk() { task rc.context=`cat ~/.task/context` $@; } | ||
| 478 | tkc(){ echo $1 >~/.task/context; } | ||
| 479 | tkcn() { echo none >~/.task/context; } | ||
| 480 | tkch() { echo home >~/.task/context; } | ||
| 481 | [ $shell = zsh ] && compdef tk=task | ||
| 482 | alias tka='tk annotate' | ||
| 483 | alias tkd='tk done' | ||
| 484 | alias tkD='tk delete' | ||
| 485 | alias tkm='tk modify' | ||
| 486 | alias tkn='tk next' | ||
| 487 | 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 ) ' | ||
| 488 | tkw(){ tk $1 mod wait:${2##wait:}; } | ||
| 489 | alias tkrc='vim ~/.taskrc' | ||
| 490 | alias cdtk='cd ~/.task' | ||
| 491 | alias chtk='tig -C ~/.task status' | ||
| 492 | alias tt='taskwarrior-tui' | ||
| 493 | |||
| 494 | # pass | 476 | # pass |
| 495 | alias chp='tig -C ~/.password-store' | 477 | alias chp='tig -C ~/.password-store' |
| 496 | alias cdpass='cd ~/.password-store' | 478 | alias cdpass='cd ~/.password-store' |