619 B
619 B
Roulette
Serve a random image!
Usage
Serve a random image!
Usage: roulette-rs [OPTIONS] [PATHS]...
Arguments:
[PATHS]... Paths to search for images in
Options:
-b, --bind <BIND> IP to bind to when serving on [default: 0.0.0.0]
-p, --port <PORT> Port to serve the http server on [default: 8080]
-r, --recursive Whether or not to recursively search for images in supplied paths
-h, --help Print help information
-V, --version Print version information
This project is a rust rewrite of a friend's project that I did for fun.