Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MRU and frecency ranking #70

Open
YodaEmbedding opened this issue Jul 6, 2021 · 1 comment
Open

MRU and frecency ranking #70

YodaEmbedding opened this issue Jul 6, 2021 · 1 comment

Comments

@YodaEmbedding
Copy link

YodaEmbedding commented Jul 6, 2021

It would be nice to include MRU or frecency based rankings into the file sorting on a per-root-directory basis. This way, more frequently or recently accessed files are given higher priority, provided they meet some minimum threshold of fuzzy text matching score. This should have the effect of reducing characters typed to access common files, and also have them immediately visible in the list to remind the user which files they typically want to open. Perhaps the frecency filter could be disabled for inputs of >2 characters to ensure never-before-accessed files can also be easily accessed via the default search algorithms.

@zetashift
Copy link

I like how telescope did this by using a plugin: https://github.com/nvim-telescope/telescope-frecency.nvim

I'd imagine something similiar for snap would be the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants