-
Notifications
You must be signed in to change notification settings - Fork 0
imarko/par
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 github.com/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
About
Simple utility to exectue a command for multiple arguments supplied on stdin, concurrently.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published