jesseduffield / lazygit

simple terminal UI for git commands
MIT License
53.05k stars 1.85k forks source link

Display hook output #863

Open MikuZZZ opened 4 years ago

MikuZZZ commented 4 years ago

Topic Is it possible to display actual console output of git hooks?

lordlycastle commented 4 years ago

Yes please. Also other command like push. Because currently you have to wait for it to fail then you see it. Hooks result is useful as you can see the tests running and it feels shorter because something is happening.

jesseduffield commented 4 years ago

The only way I've found to do this is via the pty package which is not windows compatible, so I'm hesitant to make use of it. It also requires bumping to the latest gocui version but that will take some work. At any rate I totally agree this should be a feature.