-
Notifications
You must be signed in to change notification settings - Fork 344
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
spin output can not be piped #453
Comments
Looks like this didn't make it into v0.12.0 as I still get the same behavior. |
Yes, the problem exists in version 0.12.0 for me as well. |
Yes, I can confirm it does not work on |
@joshmedeski, are you able to try out
|
It's working on |
Yeah, same issue on |
Any plans to release |
We just released v0.13.0! |
Thanks! |
Describe the bug
I can not pipe the output of the spin command to file or another command
To Reproduce
Steps to reproduce the behavior:
gum spin --show-output
and redirect the output to a file, for example:gum spin --show-output -- ls -l > files
cat files
will be emptyExpected behavior
Be able to redirect the output of the command to a file
Desktop (please complete the following information):
Additional context
If I remove the isTTY check from the spin command.go, it works as I expect
I'm happy to open a pull request if it's a suitable fix
The text was updated successfully, but these errors were encountered: