8000 Tags · justengel/shell_proc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: justengel/shell_proc

Tags

v3.0.9

Toggle v3.0.9's commit message
Updated to version 3.0.9

v3.0.8

Toggle v3.0.8's commit message
Updated to version 3.0.8

v3.0.7

Toggle v3.0.7's commit message
Fixed issue with last_read_timeout being called before the first read.

v3.0.6

Toggle v3.0.6's commit message
Added last_read_timeout to Command

v3.0.5

Toggle v3.0.5's commit message
Added a delay when doing a non-blocking read

v3.0.4

Toggle v3.0.4's commit message
Fixed linux issue where input prompt would remain in the buffer

On linux read1 does not produce an error.

v3.0.3

Toggle v3.0.3's commit message
Removed the echo_sep option for the echo_results boolean

v3.0.2

Toggle v3.0.2's commit message
Added an echo_sep argument to customize the echo separator.

v3.0.1

Toggle v3.0.1's commit message
Fixed input None issue

v3.0.0

Toggle v3.0.0's commit message
MAJOR: Too many differences between linux, windows cmd, and windows p…

…owershell.

I separated everything into separate classes.
Changed parallel function in an attempt to use background processes.
Added Command.raw_stdout and Command.raw_stderr.
Added Shell.is_windows_cmd and Shell.is_powershell.
Each shell has specific quote escape functions.
Added show_all_output and show_commands for how the output is displayed.
Added extra and end arguments to the run function to add more control to the commands.
0