Version: 2.12, Package name: random_run-2.12 |
Maintained by: Marc Espie |
Master sites: |
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. |
Filesize: 6.98 KB |
Version History (View Complete History) |
|
2020-07-11 06:03:58 by Marc Espie | Files touched by this commit (2) |
Log message: new minor version: handles "-" as standard input for option -l |
2020-06-03 06:06:05 by Marc Espie | Files touched by this commit (2) |
Log message: new release, with a new option |