1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
lazygit/pkg
Michael Mead 9d304098bb feat: add confirm prompt for custom keybindings
- Supports configuring a custom confirmation prompt via `config.yml` for
  custom keybindings. A new `CustomCommandPrompt.Body` field is
  used to store the immutable body text of the confirmation popup.
- Adds a sample 'confirm' prompt to the example `config.yml`.
- Updates the `Prompts` section of the documentation to include
  'confirm' prompt type and also describe which fields pertain to it
  (i.e. `initialValue`).

Closes: https://github.com/jesseduffield/lazygit/issues/1858

Signed-off-by: Michael Mead <mmead.developer@gmail.com>
2022-07-04 11:36:13 -07:00
..
app Ask for initial branch name 2022-06-30 13:53:58 +02:00
cheatsheet fix cheatsheet 2022-05-08 13:31:13 +10:00
commands better process killing 2022-06-18 13:39:22 +10:00
common introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
config feat: add confirm prompt for custom keybindings 2022-07-04 11:36:13 -07:00
constants update release notes 2021-04-20 18:34:47 +10:00
env clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
gui feat: add confirm prompt for custom keybindings 2022-07-04 11:36:13 -07:00
i18n Ask for initial branch name 2022-06-30 13:53:58 +02:00
integration update snapshot to include author name and email in git log 2022-05-08 13:29:57 +10:00
logs clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
secureexec Format code to pass lint 2021-09-16 21:38:43 +08:00
tasks more documentation 2022-05-07 16:02:04 +10:00
test update linters 2022-03-19 12:12:57 +11:00
theme Add unstagedChangesColor config option 2022-03-16 19:21:39 +11:00
updates pkg/updates: Fix resource availability check in Updater 2022-03-18 22:19:45 +11:00
utils feat: add ability to customize time format 2022-05-18 20:55:27 +09:00