snacks.nvim/lua/snacks/picker
Imron Gamidli 8c1166165b
feat(git_log): add author filter (#1091)
## Description

I was using LazyGit feature to filter git logs by the author,
unfortunately it was missing in snacks picker. Here is my solution to
it. Let me know if you have better suggestion :)

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-02-18 21:12:31 +01:00
..
config feat(git_log): add author filter (#1091) 2025-02-18 21:12:31 +01:00
core feat(image): show progress indicator when converting image files 2025-02-17 23:56:55 +01:00
source feat(git_log): add author filter (#1091) 2025-02-18 21:12:31 +01:00
util feat(picker.util): lua globber 2025-02-11 22:22:04 +01:00
actions.lua fix(picker.git): better handling of multi file staging 2025-02-13 20:27:29 +01:00
format.lua fix(picker.git): formatting of git log 2025-02-18 21:10:25 +01:00
init.lua fix(all): better support for opening windows / pickers / ... on multiple tab pages. Closes #1043 2025-02-10 11:24:13 +01:00
preview.lua feat(picker): new native diff mode (disabled by default). Can be used to show delta diffs for undo. Closes #1288 2025-02-18 20:47:11 +01:00
select.lua fix(picker): vim.ui.select callback is called when canceling selection (#1115) 2025-02-13 17:52:20 +01:00
sort.lua feat(picker): added lsp_config source 2025-02-11 13:41:32 +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-18 20:08:52 +00:00