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
I knwo that os/exec has an :stdin :pipe option, but i cannot get it to work
@roman.bataev I didn't realize that you responded
thought the channel was dead
Really i cannot figure how to work with exec at all
say i want to pipe the results of ls from terminal and capture within joker to an atom
Hm
it seems to work now