Closed jacek-kurlit closed 2 months ago
This lookspromising https://github.com/lotabout/fuzzy-matcher
I am interested in implementing this one and have been looking into it for a while.
What do you think about applying this to the rest of the types of queries? I guess it will only be Cmd
and probably Args
. I don't think it is good to add it for ports search.
Yes I would apply this to all other queries including ports since now pik is using contains to search for ports this is why you can start typing port ':8' and it will return all ports containing 8
Now I see that my first comment under this thread is misleading, I didn't mean only Path to have fuzzy search but all of queries. I just haven't update this. Sorry for misleading
I'll do it for the rest of them then.
@jacek-kurlit I think this one can be closed.
Currently search matches exact words but in case of searching through path it is better to use fuzzy search like in nvim telescope.