- Notifications
You must be signed in to change notification settings - Fork47
Image preview support for lf (list files) using Überzug
License
thimc/lfimg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
lfimg is a repository that contains scripts that are used for generating imagepreview in lf.
If you want image preview support for vifm, head on over tovifmimg.
Besides lf and Überzug you will need to install the following packages:
- ffmpegthumbnailer
- ImageMagick
- poppler
- epub-thumbnailer
- wkhtmltopdf
- file (pre-installed on most linux flavours; needed for nixOs)
The following packages are optional but if installed will provide more functionality to lfimg.
- bat (optional - color highlight for text files)
- chafa (optional - for image preview over SSH or inside Wayland session)
- unzip (optional - for .zip and .jar files)
- 7z (optional - for .7z files)
- unrar (optional - for .rar files)
- catdoc (optional - for .doc files)
- docx2txt (optional - for .docx files)
- odt2txt (optional - for .odt and *.ods files)
- gnumeric (optional - for .xls and .xlsx files)
- exiftool (optional - for music files)
- iso-info (optional - for .iso files)
- transmission (optional - for .torrent files)
- comicthumb (optional - for .cbz and .cbr files)
The preferred way of installing lfimg is running make:
make install
If you prefer to do it manually you will need to do the following:
- Extract the following files:cleaner,preview to~/.config/lf/.
- Extractlfrun to a directory that is in your $PATH variable (such as/usr/bin or ~/.local/bin).
- Edit yourlfrc file and add the following lines:
set previewer ~/.config/lf/previewset cleaner ~/.config/lf/cleaner
Make sure to adjust the previewer and cleaner paths to where you put thosescripts in step 2.4. In order to use lfimg you will need to start lf using thelfrun script.
I recommend that you make an alias in your shell that points to lfrun.
If you are using bash, append the following to your~/.bashrc:
alias lf=lfrun
- lf
- Seebye's Überzug
- Brodie's initial preview script whichI used as a template for handling the miscellaneous filetypes that thisscript also handles.