thiagoarrais / xagrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xagrs

xagrs is an xargs clone in Rust.

This is mainlytme practicing Rust. Do not follow me, I'm also lost.

Usage

You should be able to replace xargs with xagrs:

$ echo 'world' | xagrs echo 'hello,'
hello, world
$ echo "world\nmy friend" | xagrs -L1 -iXX echo 'hello, XX!'
hello, world!
hello, my friend!

About


Languages

Language:Rust 100.0%