hunter icon indicating copy to clipboard operation
hunter copied to clipboard

Route output of subprocesses through pseudoterminal interface to get correctly sized output and colors

Open rabite0 opened this issue 6 years ago • 1 comments

Right now hunter just pipes stdout/stderr to a textview, but this means subprocesses don't know about the terminal size and don't use colors unless forced with flags. This could be improved by plumbing everything through the pseudo-terminal interface.

Additionally it would be nice if it was possible to send input to those subprocesses, turning hunter into a real TUI-shell (proxy).

rabite0 avatar Apr 12 '19 18:04 rabite0

tmux pipe-pane looks promising. Seems to be able to pipe stdin and stdout/stderr while pretending to run stuff in a terminal.

rabite0 avatar Jun 18 '19 19:06 rabite0