snacks.nvim/lua/snacks/picker/config
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
..
defaults.lua fix(picker): show_delay config value 2025-10-21 15:38:12 +02:00
highlights.lua feat(picker): add author field to git log (#2295) 2025-10-21 16:38:24 +02:00
init.lua feat(picker.layout): added config hook for resolved layouts. See #2035 2025-10-11 11:09:40 +02:00
layouts.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
sources.lua feat(picker): add git_restore action for git_status picker 2025-10-21 12:43:00 +02:00