telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi 8f593064f7
feat: add frecency.query() to query DB (#217)
* feat: add function to query the DB

* docs: add documentation for frecency.query()

* test: fix tests to run with `timestamps` property

* test: add tests for frecency.query()
2024-07-06 15:35:59 +09:00
..
database feat: add frecency.query() to query DB (#217) 2024-07-06 15:35:59 +09:00
tests feat: add frecency.query() to query DB (#217) 2024-07-06 15:35:59 +09:00
config.lua docs: add note for FrecencyOpts (#208) 2024-06-01 11:46:19 +09:00
database.lua feat: add frecency.query() to query DB (#217) 2024-07-06 15:35:59 +09:00
entry_maker.lua feat: support for multi-part file extensions (#215) 2024-06-21 18:02:20 +09:00
file_lock.lua fix: make the path for file_lock unless it exists (#205) 2024-05-25 21:24:30 +09:00
finder.lua feat: add frecency.query() to query DB (#217) 2024-07-06 15:35:59 +09:00
fs.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
fuzzy_sorter.lua feat: add fuzzy matching sorter experimentally (#166) 2024-04-28 17:58:45 +09:00
init.lua feat: add frecency.query() to query DB (#217) 2024-07-06 15:35:59 +09:00
os_util.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
picker.lua fix: use the original sorter again (#209) 2024-06-01 13:05:47 +09:00
recency.lua feat(recency_values): customize recency_values (#190) 2024-04-06 20:49:45 +09:00
state.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
substr_sorter.lua fix: use the original sorter again (#209) 2024-06-01 13:05:47 +09:00
types.lua feat: support for multi-part file extensions (#215) 2024-06-21 18:02:20 +09:00
watcher.lua fix: fix type names to avoid conflicting (#186) 2024-03-23 16:49:39 +09:00
web_devicons.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00