added lf
This commit is contained in:
4
lf/cleaner
Executable file
4
lf/cleaner
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
if [ -n "$FIFO_UEBERZUG" ]; then
|
||||||
|
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
|
||||||
|
fi
|
||||||
174
lf/colors
Normal file
174
lf/colors
Normal file
@@ -0,0 +1,174 @@
|
|||||||
|
# vim:ft=dircolors
|
||||||
|
# (This is not a dircolors file but it helps to highlight colors and comments)
|
||||||
|
|
||||||
|
# default values from dircolors
|
||||||
|
# (entries with a leading # are not implemented in lf)
|
||||||
|
# #no 00 # NORMAL
|
||||||
|
# fi 00 # FILE
|
||||||
|
# #rs 0 # RESET
|
||||||
|
# di 01;34 # DIR
|
||||||
|
# ln 01;36 # LINK
|
||||||
|
# #mh 00 # MULTIHARDLINK
|
||||||
|
# pi 40;33 # FIFO
|
||||||
|
# so 01;35 # SOCK
|
||||||
|
# #do 01;35 # DOOR
|
||||||
|
# bd 40;33;01 # BLK
|
||||||
|
# cd 40;33;01 # CHR
|
||||||
|
# or 40;31;01 # ORPHAN
|
||||||
|
# #mi 00 # MISSING
|
||||||
|
# su 37;41 # SETUID
|
||||||
|
# sg 30;43 # SETGID
|
||||||
|
# #ca 30;41 # CAPABILITY
|
||||||
|
# tw 30;42 # STICKY_OTHER_WRITABLE
|
||||||
|
# ow 34;42 # OTHER_WRITABLE
|
||||||
|
# st 37;44 # STICKY
|
||||||
|
# ex 01;32 # EXEC
|
||||||
|
|
||||||
|
# default values from lf (with matching order)
|
||||||
|
# ln 01;36 # LINK
|
||||||
|
# or 31;01 # ORPHAN
|
||||||
|
# tw 01;34 # STICKY_OTHER_WRITABLE
|
||||||
|
# ow 01;34 # OTHER_WRITABLE
|
||||||
|
# st 01;34 # STICKY
|
||||||
|
# di 01;34 # DIR
|
||||||
|
# pi 33 # FIFO
|
||||||
|
# so 01;35 # SOCK
|
||||||
|
# bd 33;01 # BLK
|
||||||
|
# cd 33;01 # CHR
|
||||||
|
# su 01;32 # SETUID
|
||||||
|
# sg 01;32 # SETGID
|
||||||
|
# ex 01;32 # EXEC
|
||||||
|
# fi 00 # FILE
|
||||||
|
|
||||||
|
# file types (with matching order)
|
||||||
|
ln 01;36 # LINK
|
||||||
|
or 31;01 # ORPHAN
|
||||||
|
tw 34 # STICKY_OTHER_WRITABLE
|
||||||
|
ow 34 # OTHER_WRITABLE
|
||||||
|
st 01;34 # STICKY
|
||||||
|
di 01;34 # DIR
|
||||||
|
pi 33 # FIFO
|
||||||
|
so 01;35 # SOCK
|
||||||
|
bd 33;01 # BLK
|
||||||
|
cd 33;01 # CHR
|
||||||
|
su 01;32 # SETUID
|
||||||
|
sg 01;32 # SETGID
|
||||||
|
ex 01;32 # EXEC
|
||||||
|
fi 00 # FILE
|
||||||
|
|
||||||
|
# archives or compressed (dircolors defaults)
|
||||||
|
*.tar 01;31
|
||||||
|
*.tgz 01;31
|
||||||
|
*.arc 01;31
|
||||||
|
*.arj 01;31
|
||||||
|
*.taz 01;31
|
||||||
|
*.lha 01;31
|
||||||
|
*.lz4 01;31
|
||||||
|
*.lzh 01;31
|
||||||
|
*.lzma 01;31
|
||||||
|
*.tlz 01;31
|
||||||
|
*.txz 01;31
|
||||||
|
*.tzo 01;31
|
||||||
|
*.t7z 01;31
|
||||||
|
*.zip 01;31
|
||||||
|
*.z 01;31
|
||||||
|
*.dz 01;31
|
||||||
|
*.gz 01;31
|
||||||
|
*.lrz 01;31
|
||||||
|
*.lz 01;31
|
||||||
|
*.lzo 01;31
|
||||||
|
*.xz 01;31
|
||||||
|
*.zst 01;31
|
||||||
|
*.tzst 01;31
|
||||||
|
*.bz2 01;31
|
||||||
|
*.bz 01;31
|
||||||
|
*.tbz 01;31
|
||||||
|
*.tbz2 01;31
|
||||||
|
*.tz 01;31
|
||||||
|
*.deb 01;31
|
||||||
|
*.rpm 01;31
|
||||||
|
*.jar 01;31
|
||||||
|
*.war 01;31
|
||||||
|
*.ear 01;31
|
||||||
|
*.sar 01;31
|
||||||
|
*.rar 01;31
|
||||||
|
*.alz 01;31
|
||||||
|
*.ace 01;31
|
||||||
|
*.zoo 01;31
|
||||||
|
*.cpio 01;31
|
||||||
|
*.7z 01;31
|
||||||
|
*.rz 01;31
|
||||||
|
*.cab 01;31
|
||||||
|
*.wim 01;31
|
||||||
|
*.swm 01;31
|
||||||
|
*.dwm 01;31
|
||||||
|
*.esd 01;31
|
||||||
|
|
||||||
|
# image formats (dircolors defaults)
|
||||||
|
*.jpg 01;35
|
||||||
|
*.jpeg 01;35
|
||||||
|
*.mjpg 01;35
|
||||||
|
*.mjpeg 01;35
|
||||||
|
*.gif 01;35
|
||||||
|
*.bmp 01;35
|
||||||
|
*.pbm 01;35
|
||||||
|
*.pgm 01;35
|
||||||
|
*.ppm 01;35
|
||||||
|
*.tga 01;35
|
||||||
|
*.xbm 01;35
|
||||||
|
*.xpm 01;35
|
||||||
|
*.tif 01;35
|
||||||
|
*.tiff 01;35
|
||||||
|
*.png 01;35
|
||||||
|
*.svg 01;35
|
||||||
|
*.svgz 01;35
|
||||||
|
*.mng 01;35
|
||||||
|
*.pcx 01;35
|
||||||
|
*.mov 01;35
|
||||||
|
*.mpg 01;35
|
||||||
|
*.mpeg 01;35
|
||||||
|
*.m2v 01;35
|
||||||
|
*.mkv 01;35
|
||||||
|
*.webm 01;35
|
||||||
|
*.ogm 01;35
|
||||||
|
*.mp4 01;35
|
||||||
|
*.m4v 01;35
|
||||||
|
*.mp4v 01;35
|
||||||
|
*.vob 01;35
|
||||||
|
*.qt 01;35
|
||||||
|
*.nuv 01;35
|
||||||
|
*.wmv 01;35
|
||||||
|
*.asf 01;35
|
||||||
|
*.rm 01;35
|
||||||
|
*.rmvb 01;35
|
||||||
|
*.flc 01;35
|
||||||
|
*.avi 01;35
|
||||||
|
*.fli 01;35
|
||||||
|
*.flv 01;35
|
||||||
|
*.gl 01;35
|
||||||
|
*.dl 01;35
|
||||||
|
*.xcf 01;35
|
||||||
|
*.xwd 01;35
|
||||||
|
*.yuv 01;35
|
||||||
|
*.cgm 01;35
|
||||||
|
*.emf 01;35
|
||||||
|
*.ogv 01;35
|
||||||
|
*.ogx 01;35
|
||||||
|
|
||||||
|
# audio formats (dircolors defaults)
|
||||||
|
*.aac 00;36
|
||||||
|
*.au 00;36
|
||||||
|
*.flac 00;36
|
||||||
|
*.m4a 00;36
|
||||||
|
*.mid 00;36
|
||||||
|
*.midi 00;36
|
||||||
|
*.mka 00;36
|
||||||
|
*.mp3 00;36
|
||||||
|
*.mpc 00;36
|
||||||
|
*.ogg 00;36
|
||||||
|
*.ra 00;36
|
||||||
|
*.wav 00;36
|
||||||
|
*.oga 00;36
|
||||||
|
*.opus 00;36
|
||||||
|
*.spx 00;36
|
||||||
|
*.xspf 00;36
|
||||||
377
lf/icons
Normal file
377
lf/icons
Normal file
@@ -0,0 +1,377 @@
|
|||||||
|
# vim:ft=conf
|
||||||
|
|
||||||
|
# These examples require Nerd Fonts or a compatible font to be used.
|
||||||
|
# See https://www.nerdfonts.com for more information.
|
||||||
|
|
||||||
|
# default values from lf (with matching order)
|
||||||
|
# ln l # LINK
|
||||||
|
# or l # ORPHAN
|
||||||
|
# tw t # STICKY_OTHER_WRITABLE
|
||||||
|
# ow d # OTHER_WRITABLE
|
||||||
|
# st t # STICKY
|
||||||
|
# di d # DIR
|
||||||
|
# pi p # FIFO
|
||||||
|
# so s # SOCK
|
||||||
|
# bd b # BLK
|
||||||
|
# cd c # CHR
|
||||||
|
# su u # SETUID
|
||||||
|
# sg g # SETGID
|
||||||
|
# ex x # EXEC
|
||||||
|
# fi - # FILE
|
||||||
|
|
||||||
|
# file types (with matching order)
|
||||||
|
ln # LINK
|
||||||
|
or # ORPHAN
|
||||||
|
tw t # STICKY_OTHER_WRITABLE
|
||||||
|
ow # OTHER_WRITABLE
|
||||||
|
st t # STICKY
|
||||||
|
di # DIR
|
||||||
|
pi p # FIFO
|
||||||
|
so s # SOCK
|
||||||
|
bd b # BLK
|
||||||
|
cd c # CHR
|
||||||
|
su u # SETUID
|
||||||
|
sg g # SETGID
|
||||||
|
ex # EXEC
|
||||||
|
fi # FILE
|
||||||
|
|
||||||
|
# disable some default filetype icons, let them choose icon by filename
|
||||||
|
# ln # LINK
|
||||||
|
# or # ORPHAN
|
||||||
|
# tw # STICKY_OTHER_WRITABLE
|
||||||
|
# ow # OTHER_WRITABLE
|
||||||
|
# st # STICKY
|
||||||
|
# di # DIR
|
||||||
|
# pi # FIFO
|
||||||
|
# so # SOCK
|
||||||
|
# bd # BLK
|
||||||
|
# cd # CHR
|
||||||
|
# su # SETUID
|
||||||
|
# sg # SETGID
|
||||||
|
# ex # EXEC
|
||||||
|
# fi # FILE
|
||||||
|
|
||||||
|
# file extensions (vim-devicons)
|
||||||
|
*.styl 00;38;2;141;193;73
|
||||||
|
*.sass 00;38;2;245;83;133
|
||||||
|
*.scss 00;38;2;245;83;133
|
||||||
|
*.htm 00;38;2;227;76;38
|
||||||
|
*.html 00;38;2;227;76;38
|
||||||
|
*.slim 00;38;2;227;76;38
|
||||||
|
*.haml 00;38;2;234;234;225
|
||||||
|
*.ejs 00;38;2;203;203;65
|
||||||
|
*.css 00;38;2;86;61;124
|
||||||
|
*.less 00;38;2;86;61;124
|
||||||
|
*.md 00;38;2;81;154;186
|
||||||
|
*.mdx 00;38;2;81;154;186
|
||||||
|
*.markdown 00;38;2;81;154;186
|
||||||
|
*.rmd 00;38;2;81;154;186
|
||||||
|
*.json 00;38;2;149;157;165
|
||||||
|
*.webmanifest 00;38;2;241;224;90
|
||||||
|
*.js 00;38;2;203;203;65
|
||||||
|
*.mjs 00;38;2;241;224;90
|
||||||
|
*.jsx 00;38;2;81;154;186
|
||||||
|
*.rb 00;38;2;112;21;22
|
||||||
|
*.gemspec 00;38;2;112;21;22
|
||||||
|
*.rake 00;38;2;112;21;22
|
||||||
|
*.php 00;38;2;160;116;196
|
||||||
|
*.py 00;38;2;81;154;186
|
||||||
|
*.pyc 00;38;2;81;154;186
|
||||||
|
*.pyo 00;38;2;81;154;186
|
||||||
|
*.pyd 00;38;2;81;154;186
|
||||||
|
*.coffee 00;38;2;203;203;65
|
||||||
|
*.mustache 00;38;2;227;121;51
|
||||||
|
*.hbs 00;38;2;240;119;43
|
||||||
|
*.conf 00;38;2;109;128;134
|
||||||
|
*.ini 00;38;2;109;128;134
|
||||||
|
*.yml 00;38;2;149;157;165
|
||||||
|
*.yaml 00;38;2;149;157;165
|
||||||
|
*.toml 00;38;2;109;128;134
|
||||||
|
*.bat 00;38;2;193;241;46
|
||||||
|
*.mk 00;38;2;109;128;134
|
||||||
|
*.jpg 00;38;2;160;116;196
|
||||||
|
*.jpeg 00;38;2;160;116;196
|
||||||
|
*.bmp 00;38;2;160;116;196
|
||||||
|
*.png 00;38;2;160;116;196
|
||||||
|
*.webp 00;38;2;160;116;196
|
||||||
|
*.gif 00;38;2;160;116;196
|
||||||
|
*.ico 00;38;2;203;203;65
|
||||||
|
*.twig 00;38;2;141;193;73
|
||||||
|
*.cpp 00;38;2;81;154;186
|
||||||
|
*.c++ 00;38;2;89;158;255
|
||||||
|
*.cxx 00;38;2;81;154;186
|
||||||
|
*.cc 00;38;2;81;154;186
|
||||||
|
*.cp 00;38;2;81;154;186
|
||||||
|
*.c 00;38;2;89;158;255
|
||||||
|
*.cs 00;38;2;89;103;6
|
||||||
|
*.h 00;38;2;160;116;196
|
||||||
|
*.hh 00;38;2;160;116;196
|
||||||
|
*.hpp 00;38;2;160;116;196
|
||||||
|
*.hxx 00;38;2;160;116;196
|
||||||
|
*.hs 00;38;2;160;116;196
|
||||||
|
*.lhs 00;38;2;160;116;196
|
||||||
|
*.nix 00;38;2;126;186;228
|
||||||
|
*.lua 00;38;2;81;160;207
|
||||||
|
*.java 00;38;2;204;62;68
|
||||||
|
*.sh 00;38;2;137;224;81
|
||||||
|
*.fish 00;38;2;137;224;81
|
||||||
|
*.bash 00;38;2;137;224;81
|
||||||
|
*.zsh 00;38;2;137;224;81
|
||||||
|
*.ksh 00;38;2;137;224;81
|
||||||
|
*.csh 00;38;2;137;224;81
|
||||||
|
*.awk 00;38;2;137;224;81
|
||||||
|
*.ps1 00;38;2;137;224;81
|
||||||
|
*.ml λ 00;38;2;227;121;51
|
||||||
|
*.mli λ 00;38;2;227;121;51
|
||||||
|
*.diff 00;38;2;65;83;91
|
||||||
|
*.db 00;38;2;218;216;216
|
||||||
|
*.sql 00;38;2;218;216;216
|
||||||
|
*.dump 00;38;2;218;216;216
|
||||||
|
*.clj 00;38;2;141;193;73
|
||||||
|
*.cljc 00;38;2;141;193;73
|
||||||
|
*.cljs 00;38;2;81;154;186
|
||||||
|
*.edn 00;38;2;81;154;186
|
||||||
|
*.scala 00;38;2;204;62;68
|
||||||
|
*.go 00;38;2;81;154;186
|
||||||
|
*.dart 00;38;2;3;88;156
|
||||||
|
*.xul 00;38;2;227;121;51
|
||||||
|
*.sln 00;38;2;133;76;199
|
||||||
|
*.suo 00;38;2;133;76;199
|
||||||
|
*.pl 00;38;2;81;154;186
|
||||||
|
*.pm 00;38;2;81;154;186
|
||||||
|
*.t 00;38;2;81;154;186
|
||||||
|
*.rss 00;38;2;251;157;59
|
||||||
|
'*.f#' 00;38;2;81;154;186
|
||||||
|
*.fsscript 00;38;2;81;154;186
|
||||||
|
*.fsx 00;38;2;81;154;186
|
||||||
|
*.fs 00;38;2;81;154;186
|
||||||
|
*.fsi 00;38;2;81;154;186
|
||||||
|
*.rs 00;38;2;222;165;132
|
||||||
|
*.rlib 00;38;2;222;165;132
|
||||||
|
*.d 00;38;2;66;120;25
|
||||||
|
*.erl 00;38;2;184;57;152
|
||||||
|
*.hrl 00;38;2;184;57;152
|
||||||
|
*.ex 00;38;2;160;116;196
|
||||||
|
*.exs 00;38;2;160;116;196
|
||||||
|
*.eex 00;38;2;160;116;196
|
||||||
|
*.leex 00;38;2;160;116;196
|
||||||
|
*.heex 00;38;2;160;116;196
|
||||||
|
*.vim 00;38;2;1;152;51
|
||||||
|
*.ai 00;38;2;203;203;65
|
||||||
|
*.psd 00;38;2;81;154;186
|
||||||
|
*.psb 00;38;2;81;154;186
|
||||||
|
*.ts 00;38;2;81;154;186
|
||||||
|
*.tsx 00;38;2;81;154;186
|
||||||
|
*.jl 00;38;2;162;112;186
|
||||||
|
*.pp 00;38;2;255;166;26
|
||||||
|
*.vue 00;38;2;141;193;73
|
||||||
|
*.elm 00;38;2;81;154;186
|
||||||
|
*.swift 00;38;2;227;121;51
|
||||||
|
*.xcplayground 00;38;2;227;121;51
|
||||||
|
*.tex 00;38;2;61;97;23
|
||||||
|
*.r 00;38;2;53;138;91
|
||||||
|
*.rproj 00;38;2;53;138;91
|
||||||
|
*.sol 00;38;2;81;154;186
|
||||||
|
*.pem 00;38;2;205;155;62
|
||||||
|
|
||||||
|
# file names (vim-devicons) (case-insensitive not supported in lf)
|
||||||
|
*gruntfile.coffee 00;38;2;227;121;51
|
||||||
|
*gruntfile.js 00;38;2;227;121;51
|
||||||
|
*gruntfile.ls 00;38;2;227;121;51
|
||||||
|
*gulpfile.coffee 00;38;2;204;62;68
|
||||||
|
*gulpfile.js 00;38;2;204;62;68
|
||||||
|
*gulpfile.ls 00;38;2;204;62;68
|
||||||
|
*mix.lock 00;38;2;160;116;196
|
||||||
|
*dropbox 00;38;2;0;97;254
|
||||||
|
*.ds_store 00;38;2;77;90;94
|
||||||
|
*.gitconfig 00;38;2;65;83;91
|
||||||
|
*.gitignore 00;38;2;65;83;91
|
||||||
|
*.gitattributes 00;38;2;65;83;91
|
||||||
|
*.gitlab-ci.yml 00;38;2;226;67;41
|
||||||
|
*.bashrc 00;38;2;137;224;81
|
||||||
|
*.zshrc 00;38;2;137;224;81
|
||||||
|
*.zshenv 00;38;2;137;224;81
|
||||||
|
*.zprofile 00;38;2;137;224;81
|
||||||
|
*.vimrc 00;38;2;1;152;51
|
||||||
|
*.gvimrc 00;38;2;1;152;51
|
||||||
|
*_vimrc 00;38;2;1;152;51
|
||||||
|
*_gvimrc 00;38;2;1;152;51
|
||||||
|
*.bashprofile 00;38;2;137;224;81
|
||||||
|
*favicon.ico 00;38;2;203;203;65
|
||||||
|
*license 00;38;2;203;203;65
|
||||||
|
*node_modules 00;38;2;232;39;75
|
||||||
|
*react.jsx 00;38;2;81;154;186
|
||||||
|
*procfile 00;38;2;160;116;196
|
||||||
|
*dockerfile 00;38;2;81;154;186
|
||||||
|
*docker-compose.yml 00;38;2;81;154;186
|
||||||
|
*docker-compose.yaml 00;38;2;81;154;186
|
||||||
|
*compose.yml 00;38;2;81;154;186
|
||||||
|
*compose.yaml 00;38;2;81;154;186
|
||||||
|
*rakefile 00;38;2;112;21;22
|
||||||
|
*config.ru 00;38;2;112;21;22
|
||||||
|
*gemfile 00;38;2;112;21;22
|
||||||
|
*makefile 00;38;2;109;128;134
|
||||||
|
*cmakelists.txt 00;38;2;109;128;134
|
||||||
|
*robots.txt 00;38;2;109;128;134
|
||||||
|
|
||||||
|
# file names (case-sensitive adaptations)
|
||||||
|
*Gruntfile.coffee 00;38;2;227;121;51
|
||||||
|
*Gruntfile.js 00;38;2;227;121;51
|
||||||
|
*Gruntfile.ls 00;38;2;227;121;51
|
||||||
|
*Gulpfile.coffee 00;38;2;204;62;68
|
||||||
|
*Gulpfile.js 00;38;2;204;62;68
|
||||||
|
*Gulpfile.ls 00;38;2;204;62;68
|
||||||
|
*Dropbox 00;38;2;0;97;254
|
||||||
|
*.DS_Store 00;38;2;193;241;46
|
||||||
|
*LICENSE 00;38;2;203;203;65
|
||||||
|
*React.jsx 00;38;2;81;154;186
|
||||||
|
*Procfile 00;38;2;160;116;196
|
||||||
|
*Dockerfile 00;38;2;81;154;186
|
||||||
|
*Docker-compose.yml 00;38;2;81;154;186
|
||||||
|
*Docker-compose.yaml 00;38;2;81;154;186
|
||||||
|
*Rakefile 00;38;2;112;21;22
|
||||||
|
*Gemfile 00;38;2;112;21;22
|
||||||
|
*Makefile 00;38;2;109;128;134
|
||||||
|
*CMakeLists.txt 00;38;2;109;128;134
|
||||||
|
|
||||||
|
# file patterns (vim-devicons) (patterns not supported in lf)
|
||||||
|
# .*jquery.*\.js$ 00;38;2;227;117;187
|
||||||
|
# .*angular.*\.js$ 00;38;2;226;50;55
|
||||||
|
# .*backbone.*\.js$ 00;38;2;0;113;181
|
||||||
|
# .*require.*\.js$ 00;38;2;244;74;65
|
||||||
|
# .*materialize.*\.js$ 00;38;2;238;110;115
|
||||||
|
# .*materialize.*\.css$ 00;38;2;238;110;115
|
||||||
|
# .*mootools.*\.js$ 00;38;2;236;236;236
|
||||||
|
# .*vimrc.* 00;38;2;1;152;51
|
||||||
|
# Vagrantfile$ 00;38;2;21;99;255
|
||||||
|
|
||||||
|
# file patterns (file name adaptations)
|
||||||
|
*jquery.min.js 00;38;2;227;117;187
|
||||||
|
*angular.min.js 00;38;2;226;50;55
|
||||||
|
*backbone.min.js 00;38;2;0;113;181
|
||||||
|
*require.min.js 00;38;2;244;74;65
|
||||||
|
*materialize.min.js 00;38;2;238;110;115
|
||||||
|
*materialize.min.css 00;38;2;238;110;115
|
||||||
|
*mootools.min.js 00;38;2;236;236;236
|
||||||
|
*vimrc 00;38;2;1;152;51
|
||||||
|
Vagrantfile 00;38;2;21;99;255
|
||||||
|
|
||||||
|
# archives or compressed (extensions from dircolors defaults)
|
||||||
|
*.tar
|
||||||
|
*.tgz
|
||||||
|
*.arc
|
||||||
|
*.arj
|
||||||
|
*.taz
|
||||||
|
*.lha
|
||||||
|
*.lz4
|
||||||
|
*.lzh
|
||||||
|
*.lzma
|
||||||
|
*.tlz
|
||||||
|
*.txz
|
||||||
|
*.tzo
|
||||||
|
*.t7z
|
||||||
|
*.zip
|
||||||
|
*.z
|
||||||
|
*.dz
|
||||||
|
*.gz
|
||||||
|
*.lrz
|
||||||
|
*.lz
|
||||||
|
*.lzo
|
||||||
|
*.xz
|
||||||
|
*.zst
|
||||||
|
*.tzst
|
||||||
|
*.bz2
|
||||||
|
*.bz
|
||||||
|
*.tbz
|
||||||
|
*.tbz2
|
||||||
|
*.tz
|
||||||
|
*.deb
|
||||||
|
*.rpm
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
*.sar
|
||||||
|
*.rar
|
||||||
|
*.alz
|
||||||
|
*.ace
|
||||||
|
*.zoo
|
||||||
|
*.cpio
|
||||||
|
*.7z
|
||||||
|
*.rz
|
||||||
|
*.cab
|
||||||
|
*.wim
|
||||||
|
*.swm
|
||||||
|
*.dwm
|
||||||
|
*.esd
|
||||||
|
|
||||||
|
# image formats (extensions from dircolors defaults)
|
||||||
|
*.jpg
|
||||||
|
*.jpeg
|
||||||
|
*.mjpg
|
||||||
|
*.mjpeg
|
||||||
|
*.gif
|
||||||
|
*.bmp
|
||||||
|
*.pbm
|
||||||
|
*.pgm
|
||||||
|
*.ppm
|
||||||
|
*.tga
|
||||||
|
*.xbm
|
||||||
|
*.xpm
|
||||||
|
*.tif
|
||||||
|
*.tiff
|
||||||
|
*.png
|
||||||
|
*.svg
|
||||||
|
*.svgz
|
||||||
|
*.mng
|
||||||
|
*.pcx
|
||||||
|
*.mov
|
||||||
|
*.mpg
|
||||||
|
*.mpeg
|
||||||
|
*.m2v
|
||||||
|
*.mkv
|
||||||
|
*.webm
|
||||||
|
*.ogm
|
||||||
|
*.mp4
|
||||||
|
*.m4v
|
||||||
|
*.mp4v
|
||||||
|
*.vob
|
||||||
|
*.qt
|
||||||
|
*.nuv
|
||||||
|
*.wmv
|
||||||
|
*.asf
|
||||||
|
*.rm
|
||||||
|
*.rmvb
|
||||||
|
*.flc
|
||||||
|
*.avi
|
||||||
|
*.fli
|
||||||
|
*.flv
|
||||||
|
*.gl
|
||||||
|
*.dl
|
||||||
|
*.xcf
|
||||||
|
*.xwd
|
||||||
|
*.yuv
|
||||||
|
*.cgm
|
||||||
|
*.emf
|
||||||
|
*.ogv
|
||||||
|
*.ogx
|
||||||
|
|
||||||
|
# audio formats (extensions from dircolors defaults)
|
||||||
|
*.aac
|
||||||
|
*.au
|
||||||
|
*.flac
|
||||||
|
*.m4a
|
||||||
|
*.mid
|
||||||
|
*.midi
|
||||||
|
*.mka
|
||||||
|
*.mp3
|
||||||
|
*.mpc
|
||||||
|
*.ogg
|
||||||
|
*.ra
|
||||||
|
*.wav
|
||||||
|
*.oga
|
||||||
|
*.opus
|
||||||
|
*.spx
|
||||||
|
*.xspf
|
||||||
|
|
||||||
|
# other formats
|
||||||
|
*.pdf 00;38;2;179;11;0
|
||||||
50
lf/lfrc
Normal file
50
lf/lfrc
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
set shell sh
|
||||||
|
set shellopts '-eu'
|
||||||
|
set icons true
|
||||||
|
set ifs "\n"
|
||||||
|
set info time
|
||||||
|
|
||||||
|
set previewer ~/.config/lf/preview
|
||||||
|
set cleaner ~/.config/lf/cleaner
|
||||||
|
|
||||||
|
cmd fzf_jump_home ${{
|
||||||
|
res="$(find ~/ | fzf --header="Jump to location" || true)"
|
||||||
|
if [ -n "$res" ]; then
|
||||||
|
if [ -d "$res" ]; then
|
||||||
|
cmd="cd"
|
||||||
|
else
|
||||||
|
cmd="select"
|
||||||
|
fi
|
||||||
|
res="$(printf '%s' "$res" | sed 's/\\/\\\\/g;s/"/\\"/g')"
|
||||||
|
lf -remote "send $id $cmd \"$res\""
|
||||||
|
fi
|
||||||
|
}}
|
||||||
|
|
||||||
|
cmd fzf_jump_current ${{
|
||||||
|
res="$(find . | fzf --header="Jump to location" || true)"
|
||||||
|
if [ -n "$res" ]; then
|
||||||
|
if [ -d "$res" ]; then
|
||||||
|
cmd="cd"
|
||||||
|
else
|
||||||
|
cmd="select"
|
||||||
|
fi
|
||||||
|
res="$(printf '%s' "$res" | sed 's/\\/\\\\/g;s/"/\\"/g')"
|
||||||
|
lf -remote "send $id $cmd \"$res\""
|
||||||
|
fi
|
||||||
|
}}
|
||||||
|
|
||||||
|
$mkdir -p ~/.trash
|
||||||
|
cmd trash %set -f; mv -t ~/.trash -- $fx
|
||||||
|
|
||||||
|
map . set hidden!
|
||||||
|
map p paste
|
||||||
|
map x cut
|
||||||
|
map y copy
|
||||||
|
map l open
|
||||||
|
map f :fzf_jump_current
|
||||||
|
map <c-f> :fzf_jump_home
|
||||||
|
map <backspace2> trash
|
||||||
|
map <enter> shell
|
||||||
|
|
||||||
|
map m
|
||||||
|
map H cd ~/
|
||||||
26
lf/preview
Executable file
26
lf/preview
Executable file
@@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
file="$1"
|
||||||
|
width="${2:-80}"
|
||||||
|
height="${3:-24}"
|
||||||
|
case "$(file -Lb --mime-type -- "$file")" in
|
||||||
|
image/*)
|
||||||
|
chafa -f sixel -s "${width}x${height}" --animate off --polite on -t 1 --bg black "$file"
|
||||||
|
;;
|
||||||
|
text/*)
|
||||||
|
cat -v "$file"
|
||||||
|
;;
|
||||||
|
application/pdf)
|
||||||
|
tmpdir=$(mktemp -d)
|
||||||
|
trap 'rm -rf "$tmpdir"' EXIT
|
||||||
|
pdftoppm -png -singlefile -r 144 "$file" "$tmpdir/output"
|
||||||
|
chafa -f sixel -s "${width}x${height}" "$tmpdir/output.png"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported file type: $file" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
Reference in New Issue
Block a user