update
This commit is contained in:
parent
cad50433cc
commit
91cdedc008
|
@ -10,5 +10,6 @@ case "$1" in
|
|||
*.png) img2txt "$1";;
|
||||
*.gif) img2txt "$1";;
|
||||
*.bmp) img2txt "$1";;
|
||||
*.md) mdcat "$1";;
|
||||
*) bat --terminal-width 120 --wrap auto --color always --theme base16 "$1";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue