mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
update readme
This commit is contained in:
parent
13ca08f373
commit
86ffe2c806
@ -1,7 +1,5 @@
|
|||||||
# telescope-frecency.nvim
|
# telescope-frecency.nvim
|
||||||
|
|
||||||
## WIP
|
|
||||||
|
|
||||||
An implementation of Mozillas [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm) for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
|
An implementation of Mozillas [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm) for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
|
||||||
|
|
||||||
## Frecency: sorting by "frequency" and "recency."
|
## Frecency: sorting by "frequency" and "recency."
|
||||||
@ -13,7 +11,12 @@ The score is calculated by combining the timestamps recorded on each load and ho
|
|||||||
score = frequency * recency_score / number_of_timestamps
|
score = frequency * recency_score / number_of_timestamps
|
||||||
|
|
||||||
```
|
```
|
||||||
|
## WIP
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
- [ ] Implement sorter based on frecency score
|
||||||
|
- [ ] Check file entries are valid via async job on VimClose
|
||||||
|
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/sunjon/images/master/gh_readme_telescope_frecency.png" height="600">
|
<img src="https://raw.githubusercontent.com/sunjon/images/master/gh_readme_telescope_frecency.png" height="600">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user