neighbor icon indicating copy to clipboard operation
neighbor copied to clipboard

run/binary: Handle pipes

Open mccurdyc opened this issue 6 years ago • 0 comments

What would you like to be added:

To be able to handle Unix pipes in the binary external command natively.

Why is this needed:

Links to documentation or design (if any)

https://stackoverflow.com/questions/10781516/how-to-pipe-several-commands-in-go

We could handle this in parsing the external command. Basically anywhere there is a |, create a new exec.Command

mccurdyc avatar Jan 11 '20 13:01 mccurdyc