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

Support for fuzzy searching #9

Open
patrick-motard opened this issue Jul 8, 2024 · 0 comments
Open

Support for fuzzy searching #9

patrick-motard opened this issue Jul 8, 2024 · 0 comments

Comments

@patrick-motard
Copy link

Using the example from the readme of this project.

shared_except "locked" {
    bind "Ctrl y" {
        LaunchOrFocusPlugin "file:~/zellij-plugins/zellij_forgot.wasm" {
            "LOAD_ZELLIJ_BINDINGS" "false"
            "buy eggs" "5x"
            "learn rust" "5h"
            "clean up code" "tomorrow"
            floating true
        }
    }
}

When using the search, and searching for "rust", typing something loose like "rt" yields no results. We have to type "rust" with each of it"s characters in order or there is no result.

It would be nice if the search feature supported fuzzy finding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant