ch.vorburger.exec
ch.vorburger.exec copied to clipboard
Java library to launch external processes
Results
42
ch.vorburger.exec issues
Sort by
recently updated
recently updated
newest added
trafficstars
In https://github.com/enola-dev/enola/pull/1358 I have stumbled upon a strange issue where exec-ing `who am i` through this library does not capture it's output - although running it from a traditional shell...
Pipes
1
It could be neat to have a `Pipe` API here, for STDOUT / STDERR into STDIN of another exec, like [os-lib](https://github.com/com-lihaoyi/os-lib?tab=readme-ov-file#oscall) does. OTOH, you could also just `bash -c yada...