PicList is a cloud storage and image management tool designed to streamline image hosting and cloud storage operations. Built upon PicGo, PicList enhances functionality by offering comprehensive cloud storage management alongside traditional image hosting capabilities.
Key Features:
Integration with platforms like Typora and Obsidian for seamless document workflows
Extensive support for storage providers including WebDav, Aliyun OSS, Tencent COS V5, and custom APIs
Cloud-synchronized album management for efficient file deletion across storage
Built-in image processing tools (watermarks, compression, format conversion)
Multi-format previews for images, videos, text files, and Markdown
CLI support for automation and server-side operations
Audience & Benefit:
Ideal for content creators, bloggers, developers, and teams using Typora or Obsidian. PicList enhances productivity by integrating seamlessly with these platforms, enabling efficient image uploads and cloud deletions directly from your workflow. Its robust feature set supports professional workflows while maintaining ease of use.
PicList can be installed via winget (Windows) for quick setup.
README
PicList
A powerful cloud storage and image hosting management tool.
PicList is an efficient cloud storage and image hosting management tool built upon the foundation of PicGo. It retains all the features of PicGo while adding comprehensive cloud storage management capabilities, various practical functions, and a brand-new lightweight scripting system.
Whether you need to organize your cloud files, sync markdown images, or manage multiple storage platforms effortlessly, PicList is designed to streamline your workflow with a beautiful interface and robust plugin system.
✨ Key Features
📂 comprehensive Cloud Management: Browse, search, cloud-delete, and batch rename files in your cloud storage.
🔄 Advanced Sync: Cloud-sync album deletion and configuration/gallery synchronization across multiple devices (via WebDAV/Git).
🎨 Built-in Image Tools: Watermark, compress, scale, rotate, and format conversion out of the box, controllable at individual image bed level.
📝 Scripting System: Customize lifecycle scripts to meet advanced user needs without requiring a node environment.
🌈 Theme Support: Multiple built-in themes, theme repository PicList ThemeHub, also supports custom themes and backgrounds.
🔌 Wide Compatibility: Compatible with , , and most existing PicGo plugins.
Xcode (macOS) or Visual Studio (Windows) for native modules
Build from Source
# 1. Clone the repository
git clone https://github.com/Kuingsmile/PicList.git
cd PicList
# 2. Install dependencies
yarn
# 3. specific start dev mode
yarn run dev
# 4. Build for production
yarn run build