diff options
| author | typebrook <typebrook@gmail.com> | 2019-08-17 19:31:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-08-17 19:31:04 +0800 |
| commit | 6bfa3b89f980a93dc5ce382db86ed0281038f51e (patch) | |
| tree | 4bd154f17ef384a273b4b9ce58af05449ce8bd89 /alias | |
| parent | 1ce9a9d154425e40d9812999578a4b645266684e (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 we='weechat' | ||
| 149 | mvt_decode() { | 150 | mvt_decode() { |
| 150 | python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . | 151 | python3 $SETTING_DIR/scripts/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . |
| 151 | } | 152 | } |