command_runner icon indicating copy to clipboard operation
command_runner copied to clipboard

Substitute for subprocess that handles all hassle that comes from different platform and python versions, and allows live stdout and stderr capture for background job/interactive GUI programming ;)

Results 3 command_runner issues
Sort by recently updated
recently updated
newest added

Hi, Apologies if I’ve missed it in the documentation. Would it be possible to explain/illustrate how it would be possible to effectively execute a pipeline, with `command_runner`? Example (made up):...

question

Hello team, Great module - but I am having a slight problem - when I execute my main() so that the entire script runs elevated, how can I maintain the...

question

Using `ping 127.0.0.1` as example in README.md is not viable since it will run forever in Linux. We need to find a command that exists on both Windows & Linux...

documentation