MatthiasGrandl / Loungy

Loungy is a WIP launcher in the vein of Spotlight, Alfred, Raycast.
MIT License
1.44k stars 70 forks source link

Weighted App Search #35

Open distek opened 3 months ago

distek commented 3 months ago

This guy again I know, I'm sorry :)

Not sure if this is planned yet, so figured I'd throw it out there: App search is weighted by last (or most selected) app.

For example: Typing in "messa" brings up two choices: "Message" and "Messages"

"Message" appears to be some defunct panel in System Settings, whereas "Messages" is a frequently used app of mine.

Since I choose "Messages" 99% of the time, it'd be cool if that was brought to the top. The other 1% is me accidentally selecting the aforementioned settings option.

MatthiasGrandl commented 3 months ago

Weighting is already implemented internally and used to weight commands higher than apps in the root list. Should only be a matter of exposing that to the user… Definitely a sensible request!