xagrs

xagrs is an xargs clone in Rust.

This is mainly me practicing Rust. Do now follow me, I'm also lost.

Usage

You should be able to replace xargs with xagrs:

$ echo 'world' | xagrs echo 'hello,' hello, world