yorukot / superfile

Pretty fancy and modern terminal file manager
https://superfile.netlify.app
MIT License
5.68k stars 126 forks source link

Search on MacOS is not really a search #275

Open reinerj opened 3 months ago

reinerj commented 3 months ago

When you are using the / to search, this for more as a quick navigation when you are already in this directory. A search should be recursive at least and start from the current directory where you are.

Search should also support wildcard like: .png; month.pdf

The current search is not useful as often also id did not show any result or list more as you search for

yorukot commented 3 months ago

Sorry I can't fully understand your question.

Would you like to take a screenshot of your actual operation?

reinerj commented 3 months ago

Here we are.

When I search as example for sourcefile ( a file i just created), why there are all the other files which have no relation to my search

sourcefile
yorukot commented 3 months ago

Oh, someone else actually responded to this, and a new algorithm (using the same algorithm as fzf) has been implemented in the latest version v1.1.4 (not yet released)

https://github.com/yorukot/superfile/issues/115