MainDots/Configs/lf/prw.sh

13 lines
198 B
Bash
Raw Normal View History

2024-04-14 18:18:23 +00:00
#!/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