Skip to content
/ par Public

Simple utility to exectue a command for multiple arguments supplied on stdin, concurrently.

Notifications You must be signed in to change notification settings

imarko/par

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

No packages published

Languages