title: "lf"
lf is the file manager used in LARBS. It was original inspired by the program ranger, but unlike ranger, lf is written in Go instead of Python, so is significantly snappier and adds better features for interaction between different lf instances.
{{< img src="/pix/lf.png" class=normal caption="Note that lf uses ueberzug to produce previews of images, or here, a .pdf." >}}
Run lf by pressing super + r, or type lf manually in the termianl.
exit or press ctrl-d in the termianl, you will return to lf.nvim.This list is not necessarily exhaustive. See man lf and the lf configuration file for more.
~/.confif/lf/lfrc -- The main lf configuration.~/.config/lf/scope -- The file that determines which commands generates previews for files.The other files in the ~/.config/lf/ directory are run automatically when needed.
Notice that alias lf will tell you that technically you are running the
wrapper script lfub when you run lf. This has to do with ueberzug, the
program that generates image previews.