kyoheiu / felix

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

[BUG] Allow symlink directories to be sorted with normal directories #282

Closed junnunkarim closed 4 months ago

junnunkarim commented 4 months ago

Currently symlink directories are not shown with normal directories, they are sorted with files. I have a symlink directory named awesome/ and another normal directory named awesome_yoru/ in my ~/.config/ directory. When searching for awesome, only the awesome_yoru/ directory is shown at the top and the awesome/ symlink directory is shown at the bottom with other files.

Would it be possible to fix this issue?

kyoheiu commented 4 months ago

Certainly a sort of enhancement. I'll give it a try.

kyoheiu commented 4 months ago

Implemented via #287

junnunkarim commented 4 months ago

Working perfectly. Thank You!