jesseduffield.lazygit/pkg/gui/services/custom_commands
Jesse Duffield 1de876ed4d Support using command output directly in menuFromCommand custom command prompt
The menuFromCommand option is a little complicated, so I'm adding an easy way to just use the command output directly,
where each line becomes a suggestion, as-is.

Now that we support suggestions in the input prompt, there's less of a need for menuFromCommand, but it probably still
serves some purpose.

In future I want to support this filter/valueFormat/labelFormat thing for suggestions too. I would like to think a little more
about the interface though: is using a regex like we currently do really the simplest approach?
2023-05-29 22:52:16 +10:00
..
client.go Add suggestionsPreset to custom commands system 2023-05-29 14:24:49 +10:00
handler_creator.go Support using command output directly in menuFromCommand custom command prompt 2023-05-29 22:52:16 +10:00
keybinding_creator.go lots of changes 2023-04-30 13:19:53 +10:00
menu_generator.go Support using command output directly in menuFromCommand custom command prompt 2023-05-29 22:52:16 +10:00
menu_generator_test.go Support using command output directly in menuFromCommand custom command prompt 2023-05-29 22:52:16 +10:00
resolver.go Support suggestions generated from command in custom commands 2023-05-29 22:47:35 +10:00
session_state_loader.go appease linter 2023-04-30 13:19:53 +10:00