Open clach04 opened 1 year ago
ptig recent supported added in https://github.com/clach04/puren_tonbo/commit/a2665a1091d2c799556c02da35a3fbe1a7a2dc11 for the recent
command. This shows the most recently modified/edited (so recent not Frequency / Frecency).
Maintain a Frecency (, LRU, LFU) of viewed and edited notes. Offer a way to view (and/or include in filtering/searches).
Resources
https://en.m.wikipedia.org/wiki/Frecency
https://github.com/rshipp/python-frecency
https://github.com/mokelly/frecency uses numpy
https://github.com/tkem/cachetools - 2023 version 3.7+
https://docs.python.org/3/library/collections.html?highlight=collections#collections.deque
NOTE functions only cache https://github.com/0k/kids.cache
Check out https://github.com/rupa/j2 - Check algorithm compared with libs above.
https://github.com/AstraLuma/xontrib-z has an algorithm