Crates.io | xagrs |
lib.rs | xagrs |
version | 0.2.0 |
source | src |
created_at | 2020-12-14 16:36:40.176534 |
updated_at | 2021-01-18 16:44:26.837093 |
description | xargs clone in Rust |
homepage | |
repository | https://github.com/thiagoarrais/xagrs |
max_upload_size | |
id | 322816 |
size | 13,730 |
xagrs is an xargs clone in Rust.
This is mainly me practicing Rust. Do now follow me, I'm also lost.
You should be able to replace xargs with xagrs:
$ echo 'world' | xagrs echo 'hello,'
hello, world