aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-07-25 22:32:47 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-07-25 22:32:47 +0800
commitcbfbcb8f125a1643752ef93c7a045de136914d49 (patch)
tree1093dc2d746d351f64a284c216cd629611696775
parent20d4b8b9a3165c1832ea3e4399a853ef1f22bf35 (diff)
Update
-rw-r--r--alias11
1 files changed, 4 insertions, 7 deletions
diff --git a/alias b/alias
index 924aa91..1627b5e 100644
--- a/alias
+++ b/alias
@@ -461,19 +461,15 @@ trash() { mv $@ ~/.local/share/Trash; }
461# task 461# task
462alias tk='task' 462alias tk='task'
463alias tkn='task next' 463alias tkn='task next'
464alias tkd='task done'
465tkw(){ task $1 mod wait:$2; }
464alias tkc='task context' 466alias tkc='task context'
465tkw(){
466 task $1 mod wait:$2
467}
468alias tkcn='task context none' 467alias tkcn='task context none'
469alias tkch='task context home' 468alias tkch='task context home'
470alias tkrc='vim ~/.taskrc' 469alias tkrc='vim ~/.taskrc'
471alias cdtk='cd ~/.task' 470alias cdtk='cd ~/.task'
472alias li='tasksh' 471alias li='tasksh'
473tt() { 472alias tt='taskwarrior-tui'
474 taskwarrior-tui
475 ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null
476}
477 473
478# upload with 0x0.st 474# upload with 0x0.st
479up() { 475up() {
@@ -518,6 +514,7 @@ alias thsr='curl -L google.com >/tmp/foo.html && xdg-open /tmp/foo.html'
518#} 514#}
519todo() { cd ~/vimwiki && grep -R ' TODO ' --exclude-dir=logseq/; } 515todo() { cd ~/vimwiki && grep -R ' TODO ' --exclude-dir=logseq/; }
520fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } 516fix() { which $1 && grep -Po 'FIXME.*' $(which $1); }
517alias ffmpeg='ffmpeg -hide_banner'
521 518
522TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' 519TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305'
523TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' 520TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312'