Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Fuzzy Find #66

Open
FintanH opened this issue Feb 3, 2020 · 3 comments
Open

Fuzzy Find #66

FintanH opened this issue Feb 3, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@FintanH
Copy link
Collaborator

FintanH commented Feb 3, 2020

Allow for fuzzy finding of paths in the directory tree. This would likely return a list of directories and files, instead of Option.

Some research of fuzzy finding implementation could help. One option would be to look at levenshtein distance for computing the fuzziness.

@FintanH FintanH added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 3, 2020
@cloudhead
Copy link
Contributor

Perhaps a wrapper around https://github.com/jhawthorn/fzy -- it's really good!

@uint
Copy link
Contributor

uint commented Apr 11, 2021

@FintanH
Copy link
Collaborator Author

FintanH commented Apr 12, 2021

https://github.com/lotabout/fuzzy-matcher?

Looks nice, would be nice to see an MVP of it in use

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants