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
b85db181e6
commit
b9ba773d5f
@ -10,10 +10,10 @@ On each load a timestamp is recorded to a database. The score is calculated usin
|
||||
```
|
||||
recency_score =
|
||||
timestamp_age 4 hours => value = 100
|
||||
timestamp_age day => value = 80
|
||||
timestamp_age 1 day => value = 80
|
||||
timestamp_age 3 days => value = 60
|
||||
timestamp_age week => value = 40
|
||||
timestamp_age month => value = 20
|
||||
timestamp_age 1 week => value = 40
|
||||
timestamp_age 1 month => value = 20
|
||||
timestamp_age 90 days => value = 10
|
||||
|
||||
final_score = frequency * recency_score / max_number_of_timestamps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user