Display hook output
Topic Is it possible to display actual console output of git hooks?
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.
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.
Is there any progress on this ?
I can see there's a command log window, but I can't find docs on how to open/close that, and checks its ouput easily via some keybinds or whatever.
EDIT: I always speak too fast, there's a global command to toggle the command output by pressing @ and selecting an option