2
0
Fork 0

Bat como file previewer

This commit is contained in:
0x736561 2024-03-27 11:44:00 -03:00
parent ba48434174
commit b3f3ab3043

View file

@ -6,7 +6,7 @@ case "$(file -Lb --mime-type -- "$1")" in
exit 1
;;
*)
cat "$1"
bat -f --style plain --theme gruvbox-dark "$1"
;;
esac