2 unstable releases

0.2.0 Jan 18, 2021
0.1.0 Dec 14, 2020

#9 in #xargs

28 downloads per month

MIT license

8KB
181 lines

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

Dependencies

~3MB
~57K SLoC