roulette/README.md

31 lines
981 B
Markdown
Raw Normal View History

2022-09-16 19:52:59 +00:00
## About
2022-09-16 19:54:23 +00:00
Sometimes, you just need a way to randomly display your files in the browser.
2022-09-16 19:52:59 +00:00
2022-09-16 19:54:23 +00:00
Simply point this tool at one or more directories, and then open the specified port (default 8080) in your browser.
2022-09-16 19:52:59 +00:00
2022-09-16 19:54:23 +00:00
A new file will be selected if you open the root URI directly, or if you click on any displayed image.
2022-09-16 19:52:59 +00:00
Browser history is preserved, so you can always go back to any previously displayed image.
Builds available [here](https://cdn.seedno.de/builds/roulette).
## Usage output
```
Usage:
2022-09-16 19:57:40 +00:00
roulette <path> [path2]... [flags]
2022-09-16 19:52:59 +00:00
roulette [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
version Print version
Flags:
-h, --help help for roulette
-p, --port int port to listen on (default 8080)
-r, --recursive recurse into subdirectories
-v, --verbose log accessed files to stdout
Use "roulette [command] --help" for more information about a command.
```