PhotoShoop

A Rust server that recursively finds photos in "./" and serves them as a zero-UI slideshow at localhost:4015.

Motivation: My kids love to look at family photos but can't be trusted with any app that has a "delete" button.

Dependencies

Rust

Run (easy way)

bash cargo install photo_shoop

Then, in your photos folder:

bash photo_shoop

Update to latest version

bash cargo install photo_shoop --force

Run in development mode

cargo run or cargo-watch -x run.

Run (hard way, local install)

Download repo, add photo folders to project root, then cargo run -r.