+ Switched from ranger to lf (Lighter file manager)

This commit is contained in:
ziro 2020-05-11 07:05:24 +07:00
parent 9cb5f7b078
commit 3f5c71b3f0
4 changed files with 261 additions and 0 deletions

6
.config/lf/scripts/previewer Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
case "$1" in
*.png|*.jpg|*.jpeg|*.mp4|*.mkv) mediainfo "$1";;
*) bat "$1";;
*.md) glow -p -s dark "$1";;
esac