snacks.nvim/lua/snacks/picker
Anthony Qiu 2cf864aaa1
feat(picker): add author field to git log (#2295)
## Description

Currently in the picker you cant filter git log pickers by author, the
only option to do that right now is to pass it into the opts when you
call it like lua Snacks.picker.git_log({ author="test" }) but most of
the time I would like to filter interactively and also use the field
filtering offered by snacks like file:lua$ and with this new change,
author:test.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots
<img width="760" height="842" alt="Screenshot 2025-10-13 at 11 03 28 PM"
src="https://github.com/user-attachments/assets/e57278aa-0fcd-4513-981d-fe8cfe078c64"
/>
<!-- Add screenshots of the changes if applicable. -->

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-10-21 16:38:24 +02:00
..
config feat(picker): add author field to git log (#2295) 2025-10-21 16:38:24 +02:00
core fix(explorer): reset main when entering another window. Closes #1587 2025-10-21 16:30:33 +02:00
source feat(picker): add author field to git log (#2295) 2025-10-21 16:38:24 +02:00
util feat(picker): add exact match position highlighting for grep results 2025-10-21 12:27:45 +02:00
actions.lua feat(picker): add git_restore action for git_status picker 2025-10-21 12:43:00 +02:00
format.lua feat(picker): add author field to git log (#2295) 2025-10-21 16:38:24 +02: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): add author field to git log (#2295) 2025-10-21 16:38:24 +02:00
select.lua feat(picker.select): select now fits the list to the items independent of the layout. Closes #2035 2025-10-11 11:09:40 +02: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-03-01 08:49:34 +00:00