{"id":48205532,"url":"https://github.com/csy214-beep/stickersmanager2","last_synced_at":"2026-05-01T08:01:39.840Z","repository":{"id":331593907,"uuid":"1128913165","full_name":"csy214-beep/StickersManager2","owner":"csy214-beep","description":"Windows10/11Offline Stickers Manager","archived":false,"fork":false,"pushed_at":"2026-04-16T09:19:25.000Z","size":10261,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-16T11:40:23.247Z","etag":null,"topics":["cpp","qt6","stickers","stickers-apps","stickers-manager","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csy214-beep.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T10:29:21.000Z","updated_at":"2026-04-16T09:11:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/csy214-beep/StickersManager2","commit_stats":null,"previous_names":["csy214-beep/stickersmanager2"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/csy214-beep/StickersManager2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csy214-beep%2FStickersManager2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csy214-beep%2FStickersManager2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csy214-beep%2FStickersManager2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csy214-beep%2FStickersManager2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csy214-beep","download_url":"https://codeload.github.com/csy214-beep/StickersManager2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csy214-beep%2FStickersManager2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32489164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","qt6","stickers","stickers-apps","stickers-manager","windows"],"created_at":"2026-04-04T18:36:42.130Z","updated_at":"2026-05-01T08:01:39.832Z","avatar_url":"https://github.com/csy214-beep.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nStickersManager\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/language-C%2B%2B20-blue?logo=c%2B%2B\" alt=\"Language\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/framework-Qt%206.10.1-brightgreen?logo=qt\" alt=\"Qt\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platform-Windows-blue?logo=windows\" alt=\"Windows\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-CC%20BY--NC%204.0-lightgrey?logo=creativecommons\" alt=\"License\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/csy214-beep/StickersManager2?style=social\" alt=\"Stars\"\u003e\n\u003c/p\u003e\n\n## Overview\n\nStickersManager is a Windows Sticker Management Tool built with C++20 and Qt 6.10.1. It provides a user-friendly\ninterface for managing and using sticker packs from local folders.\n\n![img.png](GitHub/img.png)\n\n## Features\n\n- **Multi-Window Support**: One window per enabled sticker library\n- **Global Hotkeys**: Customizable shortcuts to open/close windows\n- **Local Library**: Use local folders as sticker libraries, with subdirectories as categories\n- **Search Functionality**: Support for file name search\n- **High Performance**: Written in C++/Qt for optimal performance\n- **Easy Copy**: Double-click to copy stickers to clipboard\n- **Image Preview**: Right-click to preview full-size images\n- **Responsive Layout**: Adapts to window size while respecting configuration\n- **First-Time Setup**: Guided library selection for new users\n\n## Project Structure\n\n```txt\nStickersManager/\n├── .gitignore\n├── CMakeLists.txt\n├── LICENSE\n├── README.md\n├── resources.qrc\n├── assets/\n│   ├── icon.rc\n│   ├── menu.qss\n│   ├── st.ico\n│   ├── st.png\n│   ├── window.qss\n│   └── window2.qss\n├── docs/\n│   └── .ai\n├── src/\n└── thirdparty/\n    └── stb/\n        ├── stb_image.h\n        └── stb_image_resize2.h\n```\n\n## Documentation\n\nFor detailed documentation, please refer to the files in the `docs/.ai/` directory:\n\n1. **architecture.md** - Project architecture and design\n2. **files.md** - File structure and key files\n3. **config.md** - Configuration system\n4. **features.md** - Feature implementation details\n5. **changelog.md** - Change history\n\n## Third-Party Libraries\n\n- [Qt 6.10.1](https://www.qt.io/)\n- [stb_image](https://github.com/nothings/stb)\n\n## Related Resources\n\nSticker pack library that seamlessly integrates with this software: [csy214-beep/EMO](https://github.com/csy214-beep/EMO)\n\n\u003e [!NOTE]\n\u003e We will not provide the stickers used to develop this software.\n\n## Config\n\nexample:\n\n```json\n{\n    \"behavior\": {\n        \"copyOnDoubleClick\": true,\n        \"highlightOnClick\": true,\n        \"searchDelayMs\": 300\n    },\n    \"libraries\": [\n        {\n            \"enabled\": true,\n            \"hotkey\": \"Ctrl+Shift+E\",\n            \"path\": \"D:/Users/user/Pictures/EMO/emo\"\n        },\n        {\n            \"enabled\": true,\n            \"hotkey\": \"Ctrl+Shift+A\",\n            \"path\": \"D:/Users/user/Pictures/line\"\n        }\n    ],\n    \"libraryPath\": \"\",\n    \"performance\": {\n        \"lazyLoadEnabled\": true,\n        \"thumbnailCacheSize\": 200\n    },\n    \"port\": 8868,\n    \"shortcuts\": {\n        \"hotkey\": \"Ctrl+Shift+E\",\n        \"useHotkey\": true\n    },\n    \"ui\": {\n        \"categoryButtonSize\": 90,\n        \"gridCellSize\": 120,\n        \"gridColumns\": 3\n    },\n    \"windowPosition\": [\n        900,\n        50\n    ],\n    \"windowSize\": [\n        540,\n        430\n    ]\n}\n```\n\n## License\n\n[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsy214-beep%2Fstickersmanager2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsy214-beep%2Fstickersmanager2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsy214-beep%2Fstickersmanager2/lists"}