From cbfbcb8f125a1643752ef93c7a045de136914d49 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 25 Jul 2022 22:32:47 +0800 Subject: Update --- alias | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'alias') diff --git a/alias b/alias index 924aa91..1627b5e 100644 --- a/alias +++ b/alias @@ -461,19 +461,15 @@ trash() { mv $@ ~/.local/share/Trash; } # task alias tk='task' alias tkn='task next' +alias tkd='task done' +tkw(){ task $1 mod wait:$2; } alias tkc='task context' -tkw(){ - task $1 mod wait:$2 -} alias tkcn='task context none' alias tkch='task context home' alias tkrc='vim ~/.taskrc' alias cdtk='cd ~/.task' alias li='tasksh' -tt() { - taskwarrior-tui - ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null -} +alias tt='taskwarrior-tui' # upload with 0x0.st up() { @@ -518,6 +514,7 @@ alias thsr='curl -L google.com >/tmp/foo.html && xdg-open /tmp/foo.html' #} todo() { cd ~/vimwiki && grep -R ' TODO ' --exclude-dir=logseq/; } fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } +alias ffmpeg='ffmpeg -hide_banner' TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' -- cgit v1.2.3-70-g09d2