.github | ||
.vscode | ||
build | ||
public | ||
scripts | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.deprecated.yml | ||
appveyor.yml | ||
babel.config.js | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING_EN.md | ||
CONTRIBUTING.md | ||
FAQ_EN.md | ||
FAQ.md | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README_en.md | ||
README.md | ||
supported_format.md | ||
tsconfig.json | ||
vue.config.js | ||
yarn.lock |
简体中文 | English
PicList is a cloud storage platform management and file upload tool based on PicGo, which has been deeply redeveloped. It retains all the functions of PicGo, adds the function of synchronous cloud deletion to the album, and adds a complete cloud storage management function, including cloud directory viewing, file search, batch upload and download, and file deletion, copying multiple formats of file links and image/markdown/text/video preview, etc. Additionally, there are several other feature improvements and additions.
How to migrate from PicGo
PicList V1.5.0
and above versions provide the one-click migration
function. Enter the Settings
page, and then click the right button on the Migrate from PicGo
option to migrate. Please restart the application to take effect after migration.
PicList-Core
The core of PicList is based on the original PicGo-Core PicList-core, which is adapted for cloud deletion and other functions, and adds watermark addition and image compression / scaling / rotation / format conversion functions, which can be called through CLI command line, as well as some other function changes.
if you want to use PicList-core, please go to https://github.com/Kuingsmile/PicList-Core, or go to npm official address to view the installation instructions.
Features
- Maintain all the functions of PicGo, compatible with the existing PicGo plug-in system, including the combination with typora, obsidian and other software
- Add support for webdav upload, imgur account upload, etc.
- Synchronous cloud deletion of pictures in the album, advanced search and sorting features have been added, along with the ability to bulk modify URLs.
- Built-in watermark addition, image compression, image scaling, image rotation and image format conversion functions, support custom configuration, and can be called through CLI command line
- Add the configuration of multi-device synchronization function.
- Add
- Support management of all cloud storage platforms, can be online to view the cloud directory, file search, batch upload, batch download, delete files and other operations
- Support previewing multiple formats of files, including pictures, videos, plain text files and markdown files, etc. For the specific formats supported, please refer to Supported file format list
- Support batch cloud file renaming based on regular expressions
- The management interface uses the built-in database cache directory to accelerate the directory loading speed
- Support automatic update, no need to download manually every time, support multiple startup mode selection, and more function details are added and optimized
- Optimized the PicGo interface, unlocked the window size limit, and beautified the interface layout
- The installation package of the mac platform has been signed, and the installation package has been corrupted from the source to solve the daily problem of PicGo's installation package has been corrupted
How to use in Typora
Version 1.6.0-dev and above
Typora 1.6.0-dev and above versions now support PicList natively
download link:
Version < 1.6.0-dev
Windows:
Enter the Typora settings page, select the image, set the upload service to PicGo(app)
, and then fill in the installation path of PicList in PicGo path
, as shown below:
Or, you can also use the npm install piclist
command to install PicList-core, and then set the upload service to PicGo-Core(command line)
.
MacOS:
Enter the Typora settings page, select the image, set the upload service to Custom Command
, and then fill in /Applications/PicList.app/Contents/MacOS/PicList upload
in Command
, as shown below:
The verification of the upload option may have problems, you can ignore it, and use it directly.
How to use in Obsidian
Search and install Image auto upload Plugin
in the community plugin, then enter the plugin settings page, modify the default uploader to PicGo(app)
, set PicGo server
to http://127.0.0.1:36677/upload
, as shown below:
Supported platforms
Platform | Album cloud deletion | Cloud storage management |
---|---|---|
SM.MS | ✔️ | ✔️ |
Github | ✔️ | ✔️ |
Imgur | ✔️ | ✔️ |
Tencent COS V5 | ✔️ | ✔️ |
Aliyun OSS | ✔️ | ✔️ |
Upyun | ✔️ | ✔️ |
Qiniu | ✔️ | ✔️ |
S3 API compatible platform | ✔️ | ✔️ |
WebDAV | ✔️ | ✔️ |
Plugin | Album cloud deletion |
---|---|
picgo-plugin-s3 | ✔️ |
Download and install
https://github.com/Kuingsmile/PicList/releases/latest
Homebrew
MacOS users can now use Homebrew to install PicList, just execute the following command:
brew install piclist --cask
Uninstall:
brew uninstall piclist
Mac special instructions
If the macOS system installs PicList and displays "file is damaged" or installs and opens without response, please upgrade to PicList V1.4.1 or above.
After V1.4.1, all mac installation packages have been signed by my developer certificate, will not be recognized by the macOS system as "malicious software", will not appear "file is damaged" prompt.
Mac App Store
Due to the sandbox mechanism of Mac App Store, many functions cannot be used normally, so the installation method of Mac App Store is no longer supported.
If you have purchased PicList through Mac App Store, please add my WeChat pku_sq_ma
, I will refund you.
Thank you again for your support for PicList.
Of course, if you don't want to pay, you can also download the free installation package through Github to install.
Application screenshot
WeChat group
Development instructions
- You need to have Node, Git environment, and understand the related knowledge of npm.
- git clone https://github.com/Kuingsmile/PicList.git and enter the project.
yarn
download dependencies Note that if you don't have yarn, please go to the official website to download and install it before using it. Using npm install will cause unknown errors! - Mac needs Xcode environment, Windows needs VS environment.
- If you need to contribute code, you can refer to contribution guide
Development mode
Enter yarn run dev
to enter development mode, which has hot reload feature. However, it should be noted that the development mode is unstable and there will be process crashes. At this time, you need to:
ctrl+c
# Exit development mode
yarn run dev
# Re-enter development mode
Note: After the development mode is running, the application icon of PicList will appear in the application area of the taskbar in the lower right corner of the bottom bar.
Production mode
If you need to build it yourself, you can start building with yarn run build
. After the build is successful, the corresponding installation file will appear in the dist_electron
directory.
Other related
- PicList-Core : A core library based on PicGo-Core for CLI operations and project development
- PicHoro: A mobile APP that works with PicList
License
This project is open source under the MIT license. Welcome everyone to use and contribute code. Thank you for the open source spirit of the original author Molunerfinn.
Copyright (c) 2017-present Molunerfinn
Copyright (c) 2023-present Kuingsmile