felix icon indicating copy to clipboard operation
felix copied to clipboard

Feature request: Show what a symlink file points to

Open RioNight opened this issue 7 months ago • 1 comments

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

RioNight avatar Jan 06 '24 00:01 RioNight

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 avatar Jan 13 '24 20:01 kyoheiu

Implemented via #289

kyoheiu avatar Mar 03 '24 03:03 kyoheiu