hillaryychan / ulauncher-fzf

Find files and directories in Ulauncher using fzf (and fd)
https://ext.ulauncher.io/-/github-hillaryychan-ulauncher-fzf
MIT License
53 stars 8 forks source link

Allow to follow symbolic links #30

Closed rcfgnu closed 2 years ago

rcfgnu commented 2 years ago

Hi, should be nice to have an option(similar to hidden files) to pass --follow to fd and follow symbolic links. Thanks

hillaryychan commented 2 years ago

Sounds like something good to add. Not sure how following symlinks slipped my mind since I do use them quite a bit - but never for searching for them. I'll raise a PR for that soon

hillaryychan commented 2 years ago

I've tested the option locally and it seems to work fine for me. Let me know if there are any issues.