anyrun icon indicating copy to clipboard operation
anyrun copied to clipboard

Changing sorting based on usage of programs

Open Bryntet opened this issue 1 year ago • 2 comments

Maybe something like a list that gets incremented and then that's factored into the sorting, but it would also need to adapt to if something changed. Like maybe the user switches from "cool app" to "cool app 2" then if you only used incrementing and the user had used "cool app" like 100 times, then it would require opening "cool app 2" 101 times for it to show up at the top when searching for "cool app"

Bryntet avatar Apr 14 '23 15:04 Bryntet

Alright I have pushed a simplistic version of the plans I proposed, it is simply a per-pattern history with no fancy cascading. It is on the applications-history branch. Do test it out and give feedback on it, the weighting and the size of the stack can be changed in the plugin's config file.

Kirottu avatar Apr 17 '23 18:04 Kirottu

@Kirottu Hi, I would like to see this feature in the plugin as well, are you still working on this? I also see a few issues with your approach to implementing it. Should I do an attempt at implementing an improved version?

peppidesu avatar Nov 09 '23 14:11 peppidesu