feat: order results by most selected
See original GitHub issueI’d like Cerebro to remember which apps I open most often. It doesn’t have to rely on OS to provide this knowledge, we could gather this information by ourselves.
A simple idea: extend apps_cache.json
with a counter of how many times this app was opened via Cerebro. Then use this counter to sort the list of results (items with higher counter go up, items with identical counter are sorted alphabetically).
That way, for example, assuming that I start “Chrome” many times a day, after a while the Chrome will be the first item in the results list right after I type “c”.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:5 (2 by maintainers)
Top Results From Across the Web
D&D 5e Feats: Rating the Best and Worst Feats - Flutes Loot
Identify and select the best feats for customizing your D&D 5e character. List is regularly updated for newly published official feats.
Read more >Feat Selection or Class Abilities (What Comes First) - Paizo
I want to take a feat whose prerequisite is a feat I will gain through leveling. So the order of operation is take...
Read more >Sort data in a range or table - Microsoft Support
Sort by more than one column or row · Select any cell in the data range. · On the Data tab, in the...
Read more >MELODIC - FSL - FslWiki
This is made easy within MELODIC which performs registration on input data as part of an analysis using FEAT functionality.
Read more >World Economic Outlook Databases
Selected series from the publication are available in a database format. See also, the World Economic Outlook Reports. Sort results by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Right now, this feature works. But every time you restart cerebro, the priority-list is cleared. That could be improved as suggested by maximbaz.
Thanks
There are 2 issues that talk about ordering the items we will follow with them