Fork me on GitHub
#joker
<
2019-05-04
>
heefoo12:05:18

I am trying to create interlap piping with joker. That is use os/exec or os/sh to bash stdout to stdin, but i am unsuccessful

heefoo12:05:47

I knwo that os/exec has an :stdin :pipe option, but i cannot get it to work

Candid01:05:43

can you provide the code snippet that doesn't work for you?

heefoo12:05:37

@U75LX44UA I didn't realize that you responded

heefoo12:05:43

thought the channel was dead

heefoo13:05:49

Really i cannot figure how to work with exec at all

heefoo13:05:18

say i want to pipe the results of ls from terminal and capture within joker to an atom

heefoo13:05:00

it seems to work now