snacks.nvim/lua/snacks/picker
2025-02-10 10:27:34 +01:00
..
config feat(picker.files): added ft option to filter by extension(s) 2025-02-10 10:27:34 +01:00
core fix(picker.preview): hide line numbers / status column for directory preview. Closes #1029 2025-02-09 09:55:48 +01:00
source feat(picker.files): added ft option to filter by extension(s) 2025-02-10 10:27:34 +01:00
util feat(picker.db): allow configuring the sqlite3 lib path. Closes #1025 2025-02-09 10:02:23 +01:00
actions.lua feat(picker.actions): cmd action now always allows to edit the command. Closes #1033 2025-02-09 17:34:55 +01:00
format.lua fix(picker.git): handle git status renames. Closes #1003 2025-02-08 10:45:17 +01:00
init.lua feat(picker): beter API to interact with active pickers. Closes #851 2025-02-01 14:40:00 +01:00
preview.lua feat(picker): image previewer using kitty graphics protocol 2025-02-09 22:35:31 +01:00
select.lua fix(picker.select): default height shows just the items. See #902 2025-02-03 20:51:04 +01:00
sort.lua feat(picker.sort): default sorter can now sort by len of a field 2025-01-17 09:40:38 +01:00
transform.lua feat(picker.finder): optional transform function 2025-01-22 23:49:56 +01:00
types.lua chore(build): auto-generate docs 2025-02-07 20:52:55 +00:00