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

[Feature Request] match_algorithm add support for zf #61

Open
younger-1 opened this issue Mar 18, 2024 · 1 comment
Open

[Feature Request] match_algorithm add support for zf #61

younger-1 opened this issue Mar 18, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@younger-1
Copy link

younger-1 commented Mar 18, 2024

telescope-zf-native.nvim is a native telescope bindings to zf for sorting results, which is designed for better matching on filepaths than fzf or fzy. Not only the matching on filenames are prioritized, but also it supports space-seperated and orderless text component match (just like emacs's awesome orderless). It would be nice to support this!

@danielfalk danielfalk added the help wanted Extra attention is needed label Oct 15, 2024
@danielfalk
Copy link
Owner

I'm open to anybody working this in. It sounds nice!

Note that as part of its self-tuning behavior, smart-open already uses the existing fzf and fzy algorithms to match both on the full path (including filename) and the filename alone. How much weight to put on which match score is part of what gets automatically adjusted, so it should adapt to your usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants