MainDots/Configs/lf/prw.sh

13 lines
198 B
Bash
Executable File

#!/bin/sh
case "$(file -Lb --mime-type -- "$1")" in
image/*)
chafa -f sixel -s "$2x$3" --animate off --polite on "$1"
exit 1
;;
*)
cat "$1"
;;
esac