From 00dc485c08081727336541847c0ae4c5bb12e068 Mon Sep 17 00:00:00 2001 From: Seednode Date: Sat, 17 Sep 2022 11:09:49 -0500 Subject: [PATCH] Updated readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0003099..2facda9 100644 --- a/README.md +++ b/README.md @@ -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 ```