1
0
Fork
You've already forked par
0
Concurrently execute a command for each argument supplied on stdin
  • Go 100%
Find a file
2025年05月16日 13:37:20 -07:00
go.mod move to codeberg 2025年05月16日 13:37:20 -07:00
par.go Add -v option, update README 2023年03月10日 00:15:07 -08:00
README move to codeberg 2025年05月16日 13:37:20 -07:00

Simple utility to exectue a command for multiple arguments supplied on
stdin, concurrently. Similar to xargs -P or parallel but customized
for my preferences.
Installation: go install codeberg.org/imarko/par@latest
Usage of ./par:
 -b	show bare output without prefix
 -i string
 arg pattern to be replaced with inputs
 -j int
 number of concurrent jobs (default 20)
 -r int
 try failing jobs this many times (default 1)
 -v	verbose output, show task start/finish and exit status