Skip to content

Allow tty interraction for started processes #505

@samodadela

Description

@samodadela

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions