#command #times #parallel #multiple #terminal #command-arguments #ls

app rpar

Run terminal command multiple times in parallel

1 unstable release

0.1.0 May 24, 2024

#8 in #ls

Download history 149/week @ 2024-05-20 18/week @ 2024-05-27 3/week @ 2024-06-03

170 downloads per month

MIT/Apache

5KB
80 lines

Usage of command:

rpar [RPAR ARGUMENTS] -- COMMAND [COMMAND ARGUMENTS]

Examples of usage:

    ./rpar -t 10 -s -- ls -l

or

    cargo run -- -t 10 -s -- ls -l
    ./rpar -t 1 -u -- curl www.google.com

rpar arguments:

arg  --times [TIMES] /  -t     - to execute command [TIMES] times
                                 Default: command is executed 1 time

arg  --silent        /  -s     - to suppress output.
                                 Default: output is not suppressed

arg  --unparallel    /  -u     - to execute command in sequential way.
                                 Default: command is executed in a parallel way

Dependencies

~1.5MB
~25K SLoC