dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5433f338fc204d15cb1f80cd2354b3d065e2e2d8
parent c42cdf17fb49c1fc52afe1eccc745d1406ad01cc
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun,  8 Oct 2023 15:07:24 +0200

lf: preview for apk

Diffstat:
Mlf/preview | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lf/preview b/lf/preview @@ -12,7 +12,7 @@ case "$(printf "%s" "$1" | tr '[:upper:]' '[:lower:]')" in *.tar.bz2|*.tbz2) tar tjf "$1";; *.tar.txz|*.txz) xz --list "$1";; *.tar) tar tf "$1";; - *.zip|*.jar|*.war|*.ear|*.oxt|*.apkg) unzip -l "$1";; + *.zip|*.jar|*.war|*.ear|*.oxt|*.apkg|*.apk) unzip -l "$1";; *.rar) unrar l "$1";; *.7z) 7z l "$1";; *.[1-8]) man "$1" | col -b ;;