rofi
rofi copied to clipboard
[REQUEST] better sort implement suggest
Before creating a feature request
- [x] I checked the next branch to see if the feature has already been implemented
- [x] I searched existing reports to see if it is already requested.
Version
1.6.1
Currently, there are two sort options in rofi: fzf and normal levenshtein distance. If you just care about strings, I think these two options might be enough. But when you care about real usage case in rofi, I think more things should to be concerned: 1, In combi mode, I'd like the filter results also be ordered as the mode order in combi mode option. 2, If there is a history in a certain mode, I think most used item should have a higher rank. 3, Mostly I search some keyword in the order as they are in the origin, so the closer the keyword's first appearance to the beginning of the item, the higher rank of the item should be.
I think the above 2 and 3 should be useful in run or drun mode.
@unisgn: hello! :wave:
This issue is being automatically closed because it does not follow the issue template.
A PR is welcome to improve this behavior. It is not currently on the roadmap.