lazygit/pkg/gui/services/custom_commands
Stefan Haller 4baf008ac7 Expose {{.SelectedCommitRange}} to custom commands
It has fields .To and .From (the hashes of the last and the first selected
commits, respectively), and it is useful for creating git commands that act on a
range of commits.
2025-01-27 08:53:50 +01:00
..
client.go Make custom commands reload when switching repos 2024-08-18 10:24:52 +02:00
handler_creator.go Remove return value of Alert/Confirm/Prompt 2024-09-06 08:45:48 +02:00
keybinding_creator.go Support multiple contexts within one command, add tests, update doc 2024-08-02 11:55:29 +02: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 Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
models.go Add ahead/behind information for @{push} 2024-05-19 09:44:38 +02:00
resolver.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
session_state_loader.go Expose {{.SelectedCommitRange}} to custom commands 2025-01-27 08:53:50 +01:00