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

Stream command output #11

Open
braheezy opened this issue Jul 9, 2023 · 1 comment
Open

Stream command output #11

braheezy opened this issue Jul 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@braheezy
Copy link
Owner

braheezy commented Jul 9, 2023

When I first wrote the app, I had the idea that when the user selects a Vagrant command to run, instead of just showing a spinner, they would get a Viewport where the actual STDOUT/STDERR from the Vagrant command was streamed in line by line, as they were printed. Unfortunately, I never got it working and decided to remove it as a requirement so I could focus on the rest of the app's functionality.

This code at the state of this commit is the closest I got: 0af9c31

This concept is discussed more here: charmbracelet/bubbles#294

@stjohnfinn
Copy link

I would recommend having this be a feature you can turn on or off. Maybe add an input like "v" for verbose or "d" for debug. Turns on verbose output. Some users will like this and others won't.

@braheezy braheezy added the enhancement New feature or request label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants