lf icon indicating copy to clipboard operation
lf copied to clipboard

Show if file is symlink

Open grammoboy2 opened this issue 3 years ago • 2 comments

In Ranger symlinks (linux) are displayed with a '->' sign. I do miss that feature in Lf and I think it is a useful, if not important one for a filemanager.

edit: in nnn it's displayed with a '@' sign.

grammoboy2 avatar Jul 21 '22 07:07 grammoboy2

Try to set icons option to "on" and specify icon for ln file type. It will look like this Снимок экрана 2022-07-22 в 21 29 37 with example icons config from https://raw.githubusercontent.com/gokcehan/lf/master/etc/icons.example (Nerd Font required)

tony-sol avatar Jul 22 '22 18:07 tony-sol

Or you can add something like ln 01;38;5;37 to ~/.config/lf/colors to highlight links with a different color.

lahwaacz avatar Jul 30 '22 12:07 lahwaacz