Updated readme

This commit is contained in:
Seednode 2022-09-17 11:09:49 -05:00
parent 40707bf9c8
commit 00dc485c08
1 changed files with 7 additions and 3 deletions

View File

@ -12,11 +12,15 @@ Builds available [here](https://cdn.seedno.de/builds/roulette).
## [-s, --successive]
This option is tailored specifically for my own use case. When loading a new image, it checks for a successively-numbered file in the same path.
This option is tailored specifically for my own use case.
For example, if the file `/mnt/photos/MyVacation001.jpg` is being displayed, clicking on the image will search for a `/mnt/photos/MyVacation002.jpg`.
When loading a new image, it checks for a successively-numbered file of the format `filename###.extension` in the same directory.
If a matching file is not found, it will select a random file as usual.
For example, let's say `/mnt/photos/MyVacation001.jpg` is being displayed.
If you click on the image, `roulette` will attempt to display `/mnt/photos/MyVacation002.jpg`.
If that matching file is not found, it will select a random file as usual.
## Usage output
```