1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00
lazygit/pkg/gui/services/custom_commands
Jesse Duffield e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
..
client.go Allow checking for merge conflicts after running a custom command 2023-07-13 18:40:34 +10:00
handler_creator.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
keybinding_creator.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
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 Add more worktree tests 2023-07-30 18:35:23 +10:00