xagrs

Crates.ioxagrs
lib.rsxagrs
version0.2.0
sourcesrc
created_at2020-12-14 16:36:40.176534
updated_at2021-01-18 16:44:26.837093
descriptionxargs clone in Rust
homepage
repositoryhttps://github.com/thiagoarrais/xagrs
max_upload_size
id322816
size13,730
Thiago Arrais (thiagoarrais)

documentation

README

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
Commit count: 18

cargo fmt