rargs icon indicating copy to clipboard operation
rargs copied to clipboard

xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`

Results 10 rargs issues
Sort by recently updated
recently updated
newest added

xargs has a `-t` argument which prints the commands before running it!

Ran cargo test for testing unit test and two tests failed on a Windows machine. The error of a cargo test looks like: running 15 tests test test_field_separator ... FAILED...

Firstly — thank you v much for `rargs`! I use it a lot. It's probably the most underrated "new cli tools" library. What should the exit code of an rargs...

To increase performance with the default settings, default to using multi-threading, specifically one thread per CPU. The user must explicitly opt out if they want single-threaded behavior, the previous default....

For the sake of ergonomics and performance, IMO the default number of threads should be the number of CPU's. In my experience, the cases where single-threaded behavior is required are...

Hi and happy new year, Given the most general running scenario involving a pattern ```sh rargs -p ``` I'm unsure whether it makes sense to run `cmd` no matter if...

now: `cmd | rargs rm {}` I want not to have to specify: {} i want to do: `cmd | rargs rm` without {} you can check if 1 argument...

Currently rargs completely panics if you pass it a program it can't exec; I'd expected it to fail of course, but maybe with a slightly better message 😄 ``` $...

Running `rargs --version` from `rargs-v0.2.3-x86_64-unknown-linux-gnu.tar.gz` gives `0.2.2`.