diff options
| author | Lalle <29478339+LalleSX@users.noreply.github.com> | 2023-07-24 01:02:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 23:02:33 +0000 |
| commit | 0497dcd51c46403e4e7c5e9cbf66d7afa70d6d2b (patch) | |
| tree | b8648afa33d1b9c70456e3099b755a445b902e12 /.config/lf/scope | |
| parent | 6f6b749d0e4e54d8b0f98cfff39f6847f4c4a0b7 (diff) | |
| download | eibhear-0497dcd51c46403e4e7c5e9cbf66d7afa70d6d2b.tar.gz eibhear-0497dcd51c46403e4e7c5e9cbf66d7afa70d6d2b.tar.zst eibhear-0497dcd51c46403e4e7c5e9cbf66d7afa70d6d2b.zip | |
Add jsonl to lf (#1345)
Diffstat (limited to '.config/lf/scope')
| -rwxr-xr-x | .config/lf/scope | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/scope b/.config/lf/scope index 87b560a..12c1792 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -28,7 +28,7 @@ case "$(file --dereference --brief --mime-type -- "$1")" in image/*) image "$1" "$2" "$3" "$4" "$5" "$1" ;; text/html) lynx -width="$4" -display_charset=utf-8 -dump "$1" ;; text/troff) man ./ "$1" | col -b ;; - text/* | */xml | application/json) bat --terminal-width "$(($4-2))" -f "$1" ;; + text/* | */xml | application/json | application/x-ndjson) bat --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)" |
