This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
lazygit
Watch
1
Star
0
Fork
0
You've already forked lazygit
mirror of
https://github.com/jesseduffield/lazygit.git
synced
2025-12-24 00:21:22 +02:00
Code
Issues
Releases
Activity
Files
05670ab5221b8bdc886d3f0809956bbf51461328
lazygit
/
pkg
/
integration
/
tests
/
custom_commands
History
Stefan Haller
a9f9dee30d
Combine customCommand's subprocess, stream, and showOutput fields into a single output enum
2025-05-01 15:46:06 +02:00
..
access_commit_properties.go
…
basic_command.go
…
check_for_conflicts.go
Change customCommand fields to pointers
2025-02-28 10:00:59 +01:00
custom_commands_submenu.go
Add a root item ("/") if files at top level have changed
2025-03-21 08:04:58 +01:00
form_prompts.go
…
global_context.go
…
menu_from_command.go
…
menu_from_commands_output.go
…
multiple_contexts.go
…
multiple_prompts.go
…
run_command.go
Add
runCommand
function to Go template syntax
2025-04-09 10:44:36 +02:00
selected_commit_range.go
…
selected_commit.go
…
selected_path.go
…
show_output_in_panel.go
Combine customCommand's subprocess, stream, and showOutput fields into a single output enum
2025-05-01 15:46:06 +02:00
suggestions_command.go
Use getters for AppState and UserConfig instead of accessing the fields directly
2024-08-18 10:24:52 +02:00
suggestions_preset.go
…