kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
692 stars 24 forks source link

Feature request: Show what a symlink file points to #269

Closed RioNight closed 3 months ago

RioNight commented 6 months ago

It would be useful to see what a symbolic file points to in fx. It would also help differentiate between normal files and symlink files.

ls -l when done in a directory with symlink shows an arrow between a the symlink file and file it links to like so: image

kyoheiu commented 6 months ago

You can distinguish symlink file and normal file by their colors: See config.yaml. Printing the pointed item path might be helpful. I'll think about it.

kyoheiu commented 4 months ago

Implemented via #289