dotfiles/.config/lf/scope

10 lines
182 B
Bash
Executable File

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