superfile
superfile copied to clipboard
Fuzzy file search
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!
I second this. Could be a very powerful and useful feature
seems like a fun idea lemme try this out
Can you explain "fuzzy search" in more detail?
I guess fzf is a very good one, also telescope.nvim
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)
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
https://pkg.go.dev/github.com/reinhrst/[email protected] 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