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-04-04 22:34:39 +02:00
Code
Issues
Releases
Activity
lazygit
/
pkg
/
gui
/
services
/
custom_commands
History
Stefan Haller
f98b57aa5e
Change direct access to Common.UserConfig to a getter
...
This will allow us to turn the field into an atomic.Value for safe concurrent access.
2024-08-18 10:24:52 +02:00
..
client.go
Change direct access to Common.UserConfig to a getter
2024-08-18 10:24:52 +02:00
handler_creator.go
Add property outputTitle to CustomCommand
2024-05-20 21:02:49 +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_test.go
Remove redundant variable dedeclarations
2024-05-19 16:38:21 +10:00
menu_generator.go
Support using command output directly in menuFromCommand custom command prompt
2023-05-29 22:52:16 +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
Set SelectedPath to SelectedCommitFilePath in CommitFiles context
2024-08-17 11:26:31 +02:00