diff options
author | typebrook <typebrook@gmail.com> | 2019-08-15 23:51:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-15 23:51:40 +0800 |
commit | 8daf16baa75f048574216a21234f90363b56cdf5 (patch) | |
tree | a09514563d31a8da3238a39c75fbbf2a27c181d6 /alias | |
parent | fb43491d084fbdcbc82ab7cc93b9cce0e37aa15b (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ alias hp='http-prompt' | |||
146 | alias clocg='cloc --vcs=git' | 146 | alias clocg='cloc --vcs=git' |
147 | alias tma='tmux a' | 147 | alias tma='tmux a' |
148 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 148 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
149 | alias mvt_decode='python3 $SETTING_DIR/scripts/mvt_decode.py' | ||
149 | alias big52utf8='_big52utf8' | 150 | alias big52utf8='_big52utf8' |
150 | _big52utf8() { | 151 | _big52utf8() { |
151 | iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 | 152 | iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 |