Crates.io | photo_shoop |
lib.rs | photo_shoop |
version | 0.1.9 |
source | src |
created_at | 2023-07-26 01:49:15.456983 |
updated_at | 2023-07-26 18:31:34.462812 |
description | A Rust server that recursively finds photos in "./" and serves them as a zero-UI slideshow at localhost:4015. |
homepage | https://github.com/isaaclyman/PhotoShoop |
repository | https://github.com/isaaclyman/PhotoShoop |
max_upload_size | |
id | 926145 |
size | 1,417,663 |
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.
cargo install photo_shoop
Then, in your photos folder:
photo_shoop
cargo install photo_shoop --force
cargo run
or cargo-watch -x run
.
Download repo, add photo folders to project root, then cargo run -r
.