Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzy file search #115

Closed
TENX-S opened this issue May 11, 2024 · 7 comments
Closed

Fuzzy file search #115

TENX-S opened this issue May 11, 2024 · 7 comments
Labels
idea any new ideas or suggestions

Comments

@TENX-S
Copy link

TENX-S commented May 11, 2024

Hi, I've been using superfile for a while now, and I think it's a fantastic project! However, I've noticed that there isn't a fuzzy search feature for files, which I believe would be quite useful in many scenarios. I'd love to hear your thoughts on this!

@TENX-S TENX-S added the idea any new ideas or suggestions label May 11, 2024
@mactanxin
Copy link

I second this. Could be a very powerful and useful feature

@chintanpuggalok
Copy link

seems like a fun idea lemme try this out

@yorukot
Copy link
Owner

yorukot commented May 13, 2024

Can you explain "fuzzy search" in more detail?

@mactanxin
Copy link

I guess fzf is a very good one, also telescope.nvim

@yorukot
Copy link
Owner

yorukot commented Jun 12, 2024

Just a notice that I am currently trying to find a way to move the fzf code to superfile (I don’t want to require dependencies to search for files)

@MrPandir
Copy link

Just a notice that I am currently trying to find a way to move the fzf code to superfile (I don’t want to require dependencies to search for files)

As far as I understand, you can simply use the code from the repository as a project dependency.
Here is a project that uses fzf as a dependency: https://github.com/Equationzhao/g

@yorukot
Copy link
Owner

yorukot commented Jun 13, 2024

https://pkg.go.dev/github.com/reinhrst/fzf-lib@v0.9.0
For the package I use now, it separates the algorithm part of fzf and generates the golang package. So his algorithm is the same as fzf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea any new ideas or suggestions
Projects
Status: Done
Development

No branches or pull requests

5 participants