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"
darkthemesupport = false
animations = false
remote = "https://raw.githubusercontent.com/
You can also use custom html template by creating index.hbs
at .pictura
directory.
See default template for reference.
Don't have cargo installed? Download it here
bash
cargo install pictura