OpenBSD ports

The sysutils/random_run port

random_run-2.15 – run command with randomized parameters

Description

rr (random run) runs a command with randomized arguments.

Basically,

$ rr mpv *.mp4
will give you a true shuffle, that doesn't play the same file twice.

There are lots more options:

$ rr xv -nolimit -- *
allows you to specify options that won't be jumbled.

$ rr -n 500 -r -x '.*.pdf' xv -nolimit -- *
will run xv several times on all files below the current directory
except those matching '.*.pdf', limiting each run to 500 parameters.

See the manpage for details.

WWW: https://github.com/marcespie/random_run
Only for arches
aarch64 aarch64 alpha amd64 amd64 arm arm hppa i386 i386 mips64 mips64 mips64el mips64el powerpc powerpc powerpc64 powerpc64 riscv64 riscv64 sparc64
Categories:
sysutils

Library dependencies

Build dependencies

Run dependencies