update
This commit is contained in:
parent
a8620075e1
commit
c80ddac3f6
|
@ -10,5 +10,5 @@ case "$1" in
|
||||||
*.png) img2txt "$1";;
|
*.png) img2txt "$1";;
|
||||||
*.gif) img2txt "$1";;
|
*.gif) img2txt "$1";;
|
||||||
*.bmp) img2txt "$1";;
|
*.bmp) img2txt "$1";;
|
||||||
*) bat --plain --color always --theme base16 "$1";;
|
*) bat --terminal-width 80 --wrap auto --color always --theme base16 "$1";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue