Issues
- 0
- 2
- 4
- 14
- 3
`BufReader.lines` over `duct::cmd().reader()` never exits if process exited with non-0
#112 opened by hasezoey - 0
TODO: use a lock to prevent pipe-inheriting races on macOS, which lacks pipe2()
#111 opened by oconnor663 - 3
Globbing doesn't work
#110 opened by azzamsa - 3
How to ignore non-zero exit status?
#94 opened by Boscop - 2
Include the command that failed in the error
#109 opened by gibfahn - 2
bug: got `for line_res in lines {` loop forever
#108 opened by erlangparasu - 4
Is there any way to execute chain of commands?
#106 opened by p32929 - 4
Incorrect escaping on Windows
#104 opened by patrikha - 2
Problem with incremental output?!
#103 opened by manfredlotz - 8
Add support for Windows creation_flags
#70 opened by lzybkr - 5
- 4
- 5
Support opening arbitrary FDs for child processes
#95 opened by qwandor - 1
Support async (tokio) processes
#93 opened by sunshowers - 1
- 2
inconsistency between Handle and ReaderHandle
#84 opened by oconnor663 - 3
impl IntoExecutablePath for camino paths?
#90 opened by sunshowers - 14
impl Display for Expression
#89 opened by Boscop - 2
- 3
- 2
Support for process creation flags on Windows
#86 opened by Boscop - 16
How to set pipe buffer size?
#85 opened by Boscop - 5
Can't pass long format args with single quotes
#83 opened by yuvadm - 8
Pipe to not standard file descriptor
#82 opened by jeprojects - 0
idea for killing grandchildren
#81 opened by oconnor663 - 9
- 2
- 0
Add pipe_stderr?
#77 opened by oconnor663 - 11
Live streaming output
#69 opened by spl - 0
- 1
Add a .reader() method
#74 opened by oconnor663 - 0
- 3
Change user for subprocess
#55 opened by TethysSvensson - 2
Move src/bin/* to examples
#73 opened by ignatenkobrain - 1
an easy way to get the output reader of a pipeline, without supplying our own pipes?
#54 opened by oconnor663 - 1
impl Serialize and Deserialize for Expression
#71 opened by frostRed - 2
- 2
Using process substitution in duct.rs
#67 opened by maexrakete - 1
add some linting to CI
#53 opened by oconnor663 - 2
make cmd! accept trailing commas
#62 opened by oconnor663 - 5
Implement Read for Expression or buffered reads
#63 opened by Aceeri - 2
- 6
- 3
Command with regex
#59 opened by rmonteil - 2
- 11
Get the pid of a started command
#48 opened by snowe2010