package
0.48.0
Repository: https://github.com/jesseduffield/lazygit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

return immediately, allowing each independent thing to update itself.
not actually a view.
wrap code in an update call to ensure UI updates all at once and keybindings aren't executed till complete.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
a display context only renders a view.
This contains the command log, underneath the main contexts.
No description provided by the author
only used by the one global context, purely for the sake of defining keybindings globally.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is either the left or right 'main' contexts that appear to the right of the side contexts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
view doesn't render differently when its width changes.
view renders differently only when the screen mode changes.
view renders differently when its width changes.
No description provided by the author
A persistent popup is one that has its own identity e.g.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
filter is where the list is filtered down to only matches.
No description provided by the author
searching is where matches are highlighted but the content is not filtered down.
this is your files, branches, commits, contexts etc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
wait until everything is done before returning.
No description provided by the author
A temporary popup is one that could be used for various things (e.g.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Binding - a keybinding mapping a key and modifier to a handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
if you add a new mutex here be sure to instantiate it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO: could we remove this entirely?.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
A guard is a decorator which checks something before executing a handler and potentially early-exits if some precondition hasn't been met.
A long-running operation associated with an item.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
models/views that we can refresh.
No description provided by the author
screen sizing determines how much space your selected window takes up (window as in panel, not your terminal's window).
No description provided by the author
startup stages so we don't need to load everything at once.
No description provided by the author