lazygit
lazygit copied to clipboard
It's possible to open lazygit in a desire view and panel?
I found that commit panel maximized, it's super useful to see the project log, files changes and even do some quick actions.
I want to create a log alias to open lazygit directly in this view. It's this possible right now?

$> lazygit --help
lazygit
Usage:
lazygit [git-arg]
Positional Variables:
git-arg Panel to focus upon opening lazygit. Accepted values (based on git terminology): status, branch, log, stash. Ignored if --filter arg is passed.
...
I believe you're looking for lazygit log?
@victor-falcon does that answer your question?