diff options
author | typebrook <typebrook@gmail.com> | 2019-09-25 13:21:55 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-09-25 13:21:55 +0800 |
commit | 9d44c1da45924bfb201d1388fd2fcd6c80a6920a (patch) | |
tree | 73fd3dc5ee9607134804321f8a364fc0ccc4a893 | |
parent | 616b0e64eac4229d99918fc086d3dc0316851bd9 (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ alias hp='http-prompt' | |||
169 | alias clocg='cloc --vcs=git' | 169 | alias clocg='cloc --vcs=git' |
170 | alias tma='tmux a' | 170 | alias tma='tmux a' |
171 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 171 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
172 | alias du='ncdu' | ||
172 | alias we='weechat' | 173 | alias we='weechat' |
173 | mvt_decode() { | 174 | mvt_decode() { |
174 | python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . | 175 | python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . |