diff options
author | awy <awy@tutamail.com> | 2024-08-07 14:58:33 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-07 14:58:33 +0300 |
commit | 1df65c4481f61d5aa9b486074ec2c766057748c8 (patch) | |
tree | 892d4dc99897c4e8f781213f3c48e00ce52e2672 /.config/lf/lfrc | |
parent | df9a87b345211d67dfae0f9ec6e388398d17063b (diff) |
lf updater
Diffstat (limited to '.config/lf/lfrc')
-rw-r--r-- | .config/lf/lfrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 2be3b1c..685f374 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -2,6 +2,13 @@ set sixel true set cleaner ~/.config/lf/cleaner set previewer ~/.config/lf/scope +cmd open ${{ + case $(file --mime-type "$(readlink -f $f)" -b) in + text/*|application/json|inode/x-empty|application/x-subrip) $EDITOR $fx;; + *) for f in $fx; do setsid -f $OPENER $f >/dev/null 2>&1; done;; + esac +}} + cmd delete ${{ clear; tput cup $(($(tput lines)/3)); tput bold set -f |