Pictura

Pictura Logo

Wallpaper Manager

Table of Contents

About

Pictura is a wallpaper manager that automatically gathers wallpapers metadata, compresses them and generates a fancy static html page.

Example of generated page

Usage

```bash mkdir mywalls cd mywalls

This will initialize pictura and create Wallpapers folder

See pictura init --help for more info

pictura init

Add some wallpapers

mv oldwalls/* Wallpapers

Dirs inside Wallpapers will be treated as categories

mkdir Wallpapers/Nature mv oldwalls/forest Wallpapers/Nature

Generate the page. Now you can visit generated index.html

pictura sync ```

You can edit gallery configuration file at .pictura/config.toml

Installation

Using cargo

Don't have cargo installed? Download it here

bash cargo install pictura