{"id":17309984,"url":"https://github.com/metafates/pictura","last_synced_at":"2025-04-14T13:55:36.912Z","repository":{"id":50497044,"uuid":"518189905","full_name":"metafates/pictura","owner":"metafates","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-30T10:58:30.000Z","size":2450,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T02:53:36.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metafates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-26T19:20:36.000Z","updated_at":"2023-12-07T19:05:27.000Z","dependencies_parsed_at":"2022-08-31T05:51:41.654Z","dependency_job_id":null,"html_url":"https://github.com/metafates/pictura","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2Fpictura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2Fpictura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2Fpictura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2Fpictura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metafates","download_url":"https://codeload.github.com/metafates/pictura/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248892708,"owners_count":21178866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T12:34:14.335Z","updated_at":"2025-04-14T13:55:36.885Z","avatar_url":"https://github.com/metafates.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePictura\u003c/h1\u003e  \n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"200\" src=\"assets/logo.png\" alt=\"Pictura Logo\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n    Wallpaper Manager \n\u003c/h3\u003e\n\n## Table of Contents\n\n- [About](#about)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Installation](#installation)\n\n## About\n\nPictura is a wallpaper manager that automatically\ngathers wallpapers metadata, compresses them and generates\na fancy static html page.\n\n![Example of generated page](assets/screenshot.png)\n\n## Usage\n\n```bash\nmkdir mywalls\ncd mywalls\n\n# This will initialize pictura and create `wallpapers` folder\n# See `pictura init --help` for more info\npictura init \n\n# Add some wallpapers\nmv oldwalls/* wallpapers\n\n# Dirs inside `wallpapers` will be treated as categories \nmkdir wallpapers/Nature\nmv oldwalls/*forest* wallpapers/Nature\n\n# Generate the page. Now you can visit generated `index.html` \npictura sync\n```\n\n## Configuration\n\nYou can edit gallery configuration file at `.pictura/config.toml`\n\n\u003e Pictura is in the early stages of development.\n\u003e Configuration file is not yet stable and may change in future.\n\n```toml\n# Gallery name\ntitle = \"Wallery\"\n\n# Enable dark theme support (will be used if system dark theme is enabled)\ndark_theme_support = false\n\n# Use animations (affects performance)\nanimations = false\n\n# If set, will be used instead of local directory\n# Useful for hosting on GitHub pages\n# Example for GitHub pages\nremote = \"https://raw.githubusercontent.com/\u003cUSERNAME\u003e/\u003cREPO\u003e/\u003cBRANCH\u003e\"\n```\n\nYou can also use custom html template by creating `index.hbs` at `.pictura` directory.\nSee [default template](./src/gallery.hbs) for reference.\n\n## Installation\n\n### Using cargo\n\n\u003e Don't have cargo installed? [Download it here](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n\n```bash\ncargo install pictura\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafates%2Fpictura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetafates%2Fpictura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafates%2Fpictura/lists"}