Pictura is a wallpaper manager that automatically gathers wallpapers metadata, compresses them and generates a fancy static html page.
```bash mkdir mywalls cd mywalls
wallpapers
folderpictura init --help
for more infopictura init
mv oldwalls/* Wallpapers
wallpapers
will be treated as categoriesmkdir Wallpapers/Nature mv oldwalls/forest Wallpapers/Nature
index.html
pictura sync ```
You can edit gallery configuration file at .pictura/config.toml
Pictura is in the early stages of development. Configuration file is not yet stable and may change in future.
```toml
title = "Wallery"
usedarktheme = false
animations = false
githubrawroot_url = "https://raw.githubusercontent.com/
Don't have cargo installed? Download it here
bash
cargo install pictura