anyrun
anyrun copied to clipboard
Changing sorting based on usage of programs
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"
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 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?