You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the next branch to see if the feature has already been implemented
I searched existing reports to see if it is already requested.
What is the user problem or growth opportunity you want to see solved?
Change matching algorithm on the fly
For example, let's suppose I have 2 software: kdocker and rootless-kit-docker
While search for kdocker using the fuzzy matching algorithm, it's show both, like it's meant to.
Using fzf to filter this list, I can search for 'kdocker and it will change the algorithm to exact-match and only show kdocker
I would like a way to change the matching algorithm on the fly, like fzf does (See https://github.com/junegunn/fzf?tab=readme-ov-file#search-syntax for some examples) or at least change the currently matching algorithms with some prefix or key bind.
How do you know that this problem exists today? Why is this important?
While using rofi with matching set to fuzzy, I searched for kdocker, like the example above, and try to change the matching algorithm to filter some cases on the fly.
Who will benefit from it?
I think that, if implemented in a way like FZF or with a keybinding, anyone who already uses FZF will benefit from this.
Before opening a feature request
What is the user problem or growth opportunity you want to see solved?
Change matching algorithm on the fly
For example, let's suppose I have 2 software:
kdocker
androotless-kit-docker
While search for
kdocker
using the fuzzy matching algorithm, it's show both, like it's meant to.Using
fzf
to filter this list, I can search for'kdocker
and it will change the algorithm toexact-match
and only showkdocker
I would like a way to change the matching algorithm on the fly, like
fzf
does (See https://github.com/junegunn/fzf?tab=readme-ov-file#search-syntax for some examples) or at least change the currently matching algorithms with some prefix or key bind.How do you know that this problem exists today? Why is this important?
While using rofi with matching set to fuzzy, I searched for kdocker, like the example above, and try to change the matching algorithm to filter some cases on the fly.
Who will benefit from it?
I think that, if implemented in a way like FZF or with a keybinding, anyone who already uses FZF will benefit from this.
Rofi version (rofi -v)
1.7.1
Configuration
https://gist.github.com/ricardoseriani/8fb834e7f0a027e8c07ecc04a43a9957
Additional information
No response
The text was updated successfully, but these errors were encountered: