lazygit icon indicating copy to clipboard operation
lazygit copied to clipboard

It's possible to open lazygit in a desire view and panel?

Open victor-falcon opened this issue 3 years ago • 2 comments

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?

image

victor-falcon avatar Jun 30 '22 06:06 victor-falcon

$> 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?

mark2185 avatar Jun 30 '22 08:06 mark2185

@victor-falcon does that answer your question?

mark2185 avatar Jul 12 '22 19:07 mark2185