telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi 1189184484
fix!: no confirm always when db_safe_mode is off (#162)
* fix!: no confirm always when `db_safe_mode` is off

Fix: #50
Fix: #167

Before this, `db_safe_mode = false` makes it no confirmation in
`:FrecencyValidate!`, but it still does in `:FrecencyValidate` and the
auto validation in Neovim's startup.

After this commit, `db_safe_mode = false` makes it no confirmation
always when you see.

And `force` option in `Frecency:validate_database(force)` now means
weather it should remove files less than threshold.

* docs: add notes for lacked options
2024-01-22 22:34:02 +09:00
..
database feat: add an command to delete an entry from DB (#152) 2023-11-24 10:51:36 +09:00
tests fix: get file lock forcibly (#153) 2023-12-03 12:55:37 +09:00
database.lua feat: add an command to delete an entry from DB (#152) 2023-11-24 10:51:36 +09:00
entry_maker.lua feat: check DB file has been changed (#143) 2023-09-17 15:21:01 +09:00
file_lock.lua fix: get file lock forcibly (#153) 2023-12-03 12:55:37 +09:00
finder.lua fix: add hack for showing entries immediately (#160) 2024-01-01 02:10:50 +09:00
frecency.lua fix!: no confirm always when db_safe_mode is off (#162) 2024-01-22 22:34:02 +09:00
fs.lua fix: deal with the case that bufname is nil (#147) 2023-09-18 08:01:00 +09:00
init.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
migrator.lua feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00
picker.lua List up entries for workspace files by rg or fd (#156) 2024-01-01 00:12:17 +09:00
recency.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
sqlite.lua feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00
state.lua fix: reflow results to show valid ones (#123) 2023-08-12 15:30:25 +09:00
types.lua List up entries for workspace files by rg or fd (#156) 2024-01-01 00:12:17 +09:00
wait.lua feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00
web_devicons.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00