lazygit/pkg/integration/tests/custom_commands
Stefan Haller 22f0d9cdd3 Expose SelectedCommit to custom commands, deprecate Selected{Local,Reflog,Sub}Commit
SelectedCommit is context-dependent and points to SelectedLocalCommit,
SelectedReflogCommit, or SelectedSubCommit depending on which panel is active.

If none of these panels is active, it returns the selected local commit, which
is probably the most useful default (e.g. when defining custom commands for the
Files panel).
2024-08-17 11:26:31 +02:00
..
access_commit_properties.go Support both Sha and Hash on commits in custom commands 2024-04-12 08:33:47 +02:00
basic_command.go Add new integration tests folder "shell_commands" 2024-08-17 10:56:03 +02:00
check_for_conflicts.go Allow checking for merge conflicts after running a custom command 2023-07-13 18:40:34 +10:00
form_prompts.go pkg: fix some typos 2024-04-20 13:47:39 +02:00
global_context.go Add a unit test case for global context 2024-08-02 11:55:29 +02:00
menu_from_command.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
menu_from_commands_output.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
multiple_contexts.go Support multiple contexts within one command, add tests, update doc 2024-08-02 11:55:29 +02:00
multiple_prompts.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
selected_commit.go Expose SelectedCommit to custom commands, deprecate Selected{Local,Reflog,Sub}Commit 2024-08-17 11:26:31 +02:00
show_output_in_panel.go Add property outputTitle to CustomCommand 2024-05-20 21:02:49 +02:00
suggestions_command.go Keep same branch selected when refreshing branches 2024-01-19 09:25:07 +01:00
suggestions_preset.go Keep same branch selected when refreshing branches 2024-01-19 09:25:07 +01:00