aaronriekenberg / rust-parallel

Fast command line app in rust/tokio to run commands in parallel. Similar interface to GNU parallel or xargs plus useful features. Listed in Awesome Rust utilities.
MIT License
160 stars 7 forks source link

Support `--pipe` #23

Open ZJaume opened 3 months ago

ZJaume commented 3 months ago

Is support for piping input to each of the job's stdin, planned? like --pipe in GNU Parallel.

Great project, thank you!