snacks.nvim/lua/snacks/picker
Ian Liu 8676c409e1
Some checks failed
CI / ci (push) Failing after 0s
feat(picker.git): add create and delete branch to git_branches (#909)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

This PR adds two actions: `git_create_branch` and `git_delete_branch`.
They are aimed to be included in the `git_branches` picker to easily
create/delete git branches with custom keymaps.

## Related Issue(s)

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

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

---------

Co-authored-by: Ian Liu <ian.liu@tupl.com>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-02-05 20:01:44 +01:00
..
config feat(picker.git): add create and delete branch to git_branches (#909) 2025-02-05 20:01:44 +01:00
core feat(matcher): call on_match after setting score 2025-02-05 19:44:33 +01:00
source fix(explorer): always refresh state when opening the picker since changes might have happened that were not monitored 2025-02-05 15:33:07 +01:00
util fix(picker.db): better script to download sqlite3 on windows. See #918 2025-02-04 17:19:15 +01:00
actions.lua feat(picker.git): add create and delete branch to git_branches (#909) 2025-02-05 20:01:44 +01:00
format.lua feat(explorer): different hl group for broken links 2025-02-04 20:04:19 +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 fix(win): better handling of alien buffers opening in managed windows. See #886 2025-02-03 10:41:16 +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 ci: auto generate picker function types 2025-02-05 07:44:26 +01:00