I fixed usage (missed -n), retagged as 1.1

New tarball.

- marked as only for clang archs (until the gcc 8 switch)
- obey LDFLAGS/CXXFLAGS trivially

- rename the package itself to random_run.
I think keeping the short name for the command (rr) makes sense
for now... I don't see mozilla's rr being ported any time soon.
> 
> As a result, I've written a new (smallish) command called rr:
> -----------
> 
> 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 more options:
> 
> $ rr xv -nolimit -- *
> allows you to specify options that won't be jumbled.
> 
> $ rr -n 500 -x '.*.pdf' xv -nolimit -- *
> will run xv several times on all files in the current directory
> except those matching '.*.pdf', limiting each run to 500 parameters.
> 
> ----------
> 
> Port attached


Attachment: random_run-1.1.tgz
Description: random_run-1.1.tgz

Reply via email to