aboutsummaryrefslogtreecommitdiff
path: root/.config/lf/scope
blob: 11e54e17b2735d9a3e02d868c4bc1df14cb3048e (plain)
1
2
3
4
5
6
7
8
9
#!/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