F1bonacc1 / process-compose

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

Home Page:https://f1bonacc1.github.io/process-compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to show stderr and/or stdout in tui?

kai-tub opened this issue · comments

Hey,

I like the project, thank you! It is quite useful for "local testing" of complex projects, and I really enjoy using it!
One thing I cannot figure out is how to "select" what the tui output window shows.
I want to print the stderr (in red) and stdout for a selected process and view it in the tui.
But I cannot figure out how to do it.
The documentation also seems to be missing this part: https://github.com/F1bonacc1/process-compose#capture-stdout-output

Thanks!

PS: Using latest V0.60.0

Ok, I had a bug in my script and it was not writing to stdout...
But I guess, I would still like to know if it is possible to select if I only want to see stderr or stdout and maybe color it depending on the input.