1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-08 04:04:22 +02:00
lazygit/pkg/gui/services/custom_commands
Jesse Duffield 6b9390409e Use an interface for tasks instead of a concrete struct
By using an interface for tasks we can use a fake implementation in tests with extra methods
2023-07-10 17:12:21 +10:00
..
client.go Add suggestionsPreset to custom commands system 2023-05-29 14:24:49 +10:00
handler_creator.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
keybinding_creator.go
menu_generator_test.go Support using command output directly in menuFromCommand custom command prompt 2023-05-29 22:52:16 +10:00
menu_generator.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