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

Add support for stdout/stderr/stdin streams #62

Open
Trolldemorted opened this issue Jun 16, 2024 · 1 comment
Open

Add support for stdout/stderr/stdin streams #62

Trolldemorted opened this issue Jun 16, 2024 · 1 comment

Comments

@Trolldemorted
Copy link

Thanks for providing an simple abstraction over russh!

We are often running commands that take minutes/hours to complete, and getting some feedback before the command has finished would greatly increase the user experience. If execute (or a cousin function) could expose stdout/err like stdlib's/tokio's Command, we could consume stdout/err and (and maybe push stdin?) while the command runs.

@Miyoshi-Ryota
Copy link
Owner

Thank you for the great suggestion. I'm very interested in it. I don't have time to implement it right now, but I'll definitely merge it if a pull request comes in.

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

No branches or pull requests

2 participants