+ Switched from ranger to lf (Lighter file manager)
This commit is contained in:
parent
9cb5f7b078
commit
3f5c71b3f0
4 changed files with 261 additions and 0 deletions
6
.config/lf/scripts/previewer
Executable file
6
.config/lf/scripts/previewer
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue