From f326a862cbed691774901be046cc352f2bbc8cdd Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 19 Aug 2024 18:13:35 +0300 Subject: lf update --- .config/lf/scope | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/lf/scope') diff --git a/.config/lf/scope b/.config/lf/scope index 5f892ed..b79c4b6 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -4,9 +4,8 @@ case "$(file -Lb --mime-type -- "$1")" in chafa -f sixel -s "$2x$3" --animate off --polite on "$1" exit 1 ;; - text/*) - cat "$1" - ;; + text/* | */xml | application/json | application/x-ndjson) bat -p --theme ansi --terminal-width "$(($4-2))" -f "$1" ;; + audio/* | application/octet-stream) mediainfo "$1" || exit 1 ;; video/*) CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/lf/thumb.$(stat --printf '%n\0%i\0%F\0%s\0%W\0%Y' -- "$(readlink -f "$1")" | sha256sum | cut -d' ' -f1)" [ ! -f "$CACHE" ] && ffmpegthumbnailer -i "$1" -o "$CACHE" -s 0 -- cgit v1.2.3