#port #time #cmd #multitime

app mtime

Rust port of multitime with custom changes

1 unstable release

0.1.0 Aug 31, 2020

#54 in #cmd

MIT license

11KB
261 lines

Rust port of multitime (simple mode) with some custom changes.

[Development in progress]

mtime 0.0
lafolle
Rust port of mtime

USAGE:
    mtime [FLAGS] [OPTIONS] <cmd>...

FLAGS:
    -h, --help       Prints help information
    -q, --quiet      Do not emit output of cmd to stdout
    -V, --version    Prints version information

OPTIONS:
    -d, --initial-delay <initial-delay>    Waits for this many seconds before executing first run of command
    -n, --numruns <numruns>                Number of times the command will run
    -s, --sleep <sleep>                    Sleeps randomly (uniform distribution) for [0..sleep] duration between
                                           executing commands

ARGS:
    <cmd>...    Command to be executed

asciicast

Dependencies

~2.6–3.5MB
~50K SLoC