Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Pseudo Terminal (PTY) #344

Open
brandonbloom opened this issue Sep 21, 2021 · 1 comment
Open

[FEATURE] Pseudo Terminal (PTY) #344

brandonbloom opened this issue Sep 21, 2021 · 1 comment
Labels
feature request Community feature request

Comments

@brandonbloom
Copy link
Member

brandonbloom commented Sep 21, 2021

Today, we do not provide a pseudo terminal (PTY) to programs. A lot of programs detect the presence of a PTY/TTY in order to automatically enable/disable colors or similar. Also, some programs do interactive UI and the like.

https://evilmartians.com/chronicles/introducing-overmind-and-hivemind discusses this in more detail.

Besides PTY detection for colors, a key use case for emulating a terminal is to allow interactive debugging. For example, in Ruby, using something like binding.pry to open an irb prompt.

@brandonbloom
Copy link
Member Author

cc @finnigantime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Community feature request
Projects
None yet
Development

No branches or pull requests

1 participant