Feature Request
Allow any started process tty/stdin to be accesses via TUI.
Use Case:
I use process-compose to start processes that require tty. Example: mvn quarkus:dev :app. Those processes are services, but quarkus:dev also opens a tty where you can do things like restart, run tests, etc (you type 's', for example).
Proposed Change:
Allow tty interraction to any started process.
There's already a similar feature (is_foreground), but for some reason processes must be started manually.
Who Benefits From The Change(s)?
Whoever wonders why typing in the TUI does nothing.
Alternative Approaches
Run each process inside tmux?
Feature Request
Allow any started process tty/stdin to be accesses via TUI.
Use Case:
I use process-compose to start processes that require tty. Example:
mvn quarkus:dev :app. Those processes are services, butquarkus:devalso opens a tty where you can do things like restart, run tests, etc (you type 's', for example).Proposed Change:
Allow tty interraction to any started process.
There's already a similar feature (is_foreground), but for some reason processes must be started manually.
Who Benefits From The Change(s)?
Whoever wonders why typing in the TUI does nothing.
Alternative Approaches
Run each process inside tmux?