jesseduffield / lazygit

simple terminal UI for git commands
MIT License
48.13k stars 1.73k forks source link

Add support for showing full screen logs when push hooks are running #3717

Open ytkimirti opened 3 days ago

ytkimirti commented 3 days ago

I usually have hooks on commit and push actions. When committing, lazygit ui hides, and shows only the output of the hook (linting process etc.) only, and if it gives an error you can see it clearly.

But when I push, I can only see the output from the small command log screen. It's not colored and I can't do search using the vscode terminal. For example, I have a hook that builds the nextjs project before pushing and it's really hard to work with the large error output from that small tui window.

If it had the same behaviour as commit, it would be really usefull.