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

Streaming mode without buffering multiple lines? #302

Open
mark19142218 opened this issue Jul 25, 2024 · 1 comment
Open

Streaming mode without buffering multiple lines? #302

mark19142218 opened this issue Jul 25, 2024 · 1 comment

Comments

@mark19142218
Copy link

I noticed that all my output gets buffered until the command completes. Example

bash -c "echo STDOUT && echo STDERR 1>&2; sleep 5" | sd -f=e 'a' 'b'

Error is shown immediately, but output only after 5 seconds.

This happens with 0.7.6 and with v1.0.0 - 2023-11-07.

I don't see an option in --help to avoid this.

Possibly related to #96 ?

@mark19142218
Copy link
Author

Might be duplicate of #286 actually

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

1 participant