diff --git a/ansi-screenshots/to_ansi.sh b/ansi-screenshots/to_ansi.sh index 39e6401..9bfbfe9 100755 --- a/ansi-screenshots/to_ansi.sh +++ b/ansi-screenshots/to_ansi.sh @@ -28,7 +28,6 @@ done | sed -n -r -e 's/^[0-9a-f]* (([0-9a-f]{2} ){8}) (([0-9a-f]{2} ){7}[0-9a-f]{2}).*$/\1\3/p' \ | tr '\n' ' ' \ | fold -w $((width*3)) \ - | sed -r -e 's/([01])([0-7]) /[\1;3\2m██/g' \ - | sed -e 's/ //g' + | sed -r -e 's/([01])([0-7]) /[\1;3\2m█/g' echo