Fork me on GitHub
#emacs
<
2019-04-28
>
baptiste-from-paris09:04:28

Hello friends, Does anyone have a little experience launching process with start-process-shell-command? Here is my question, I can easily launch a process, send a string input as a command but I am locked with the output when it’s too big, stdin is waiting for me to press “enter”. I can’t find a way to solve this right now. Thank’s a lot in advance for your time 🙂

baptiste-from-paris10:04:37

okay, it looks like pipe process work fine for my case

theeternalpulse15:04:29

I haven't personally used it, but I did some fiddling to get something like prettier_js working and it uses a lot of host process interop commands for piping and whatnot