subprocess icon indicating copy to clipboard operation
subprocess copied to clipboard

subprocess.jsm - start a process in your Firefox Extension and read/write data to/from it using stdin/stdout/stderr streams.

Results 5 subprocess issues
Sort by recently updated
recently updated
newest added

Hi, I'm a user of https://github.com/jvenant/passff which uses subprocess to execute the tool password-store. The default output of calling pass is the output of `tree -C` and looks like this:...

I use subprocess in my firefox addon. I'd like first to thank you for your work. It make my addon so much easier to develop and maintain. I sent my...

Would it be possible to extend this so that line buffering is turned off? I've looked into it but I'm a little unsure.

Hi, Is there anyway to send special chars like Ctrl+C to the application?