subprocess icon indicating copy to clipboard operation
subprocess copied to clipboard

Reading stdout in realtime?

Open tetherit opened this issue 9 years ago • 2 comments

Hi there,

I read the documentation and the tests and I cannot find any info or examples how to read from stdout in realtime? - could you please add an example and a test showing how to do this?

tetherit avatar May 18 '15 18:05 tetherit

You ought to be able to use #stdout as you would a normal IO—the way you'd normally read a file ought to work for subprocess as well.

zenazn avatar May 18 '15 19:05 zenazn

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue?

By closing some old issues we reduce the list of open issues to a more manageable set.

sandstrom avatar Mar 31 '23 13:03 sandstrom