├── CONTRIBUTING.md ├── CONTRIBUTING_CN.md ├── License └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to Awesome-PciGo 2 | 3 | :tada: First off, thanks for taking the time to contribute! :thumbsup: 4 | 5 | Make sure you put things in the right category. There are three main categories: 6 | 7 | - Plugin for PicGo 8 | - Plugin for Other APPs 9 | - Project using PicGo-Core 10 | 11 | ## :rocket:Plugin for PicGo 12 | 13 | This category is for the plugin written for PicGo or PicGo-Core. (GUI or CLI or Both) 14 | 15 | Make sure your plugin is open source and the following conditions are true: 16 | 17 | - The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots. 18 | - The project is active and maintained. 19 | - The project accepts contributions. 20 | 21 | ## :hammer_and_wrench: Plugin for Other APPs 22 | 23 | This category is for the picgo-plugin written for Other APPs. 24 | 25 | Make sure your plugin is open source and the following conditions are true: 26 | 27 | - The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots. 28 | - The project is active and maintained. 29 | - The project accepts contributions. 30 | 31 | ## :package: Project using PicGo-Core 32 | 33 | This category is for the project using PicGo. 34 | 35 | **If your project is not open source**, please make sure your project is **free to use** and the following conditions are true: 36 | 37 | - The project home page or documentation (README) mentions the use of PicGo. 38 | -------------------------------------------------------------------------------- /CONTRIBUTING_CN.md: -------------------------------------------------------------------------------- 1 | # 贡献指南 2 | 3 | :tada: 首先,感谢花时间来为此项目做贡献的你们! :thumbsup: 4 | 5 | 请确保把你的项目放到了正确的分类里。有如下三个分类: 6 | 7 | - PicGo的插件 8 | - 其他APP的插件 9 | - 使用PicGo-Core的其他项目 10 | 11 | ## :rocket:PicGo的插件 12 | 13 | 这个分类是给那些写给PicGo的插件的。(支持GUI或者支持CLI或者二者都能支持) 14 | 15 | 确保你的插件是开源的,并且符合如下条件: 16 | 17 | - 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。 18 | - 你的项目是活跃的并且在维护的。 19 | - 你的项目接受贡献。 20 | 21 | ## :hammer_and_wrench: 其他APP的插件 22 | 23 | 这个分类是那些给其他APP写PicGo的插件的。 24 | 25 | 确保你的插件是开源的,并且符合如下条件: 26 | 27 | - 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。 28 | - 你的项目是活跃的并且在维护的。 29 | - 你的项目接受贡献。 30 | 31 | ## :package: 使用PicGo-Core的其他项目 32 | 33 | 这个分类是那些使用了PicGo-Core的项目(但是不在上述两种分类中的)。 34 | 35 | **如果你的项目没有开源**,请确保你的项目是 **免费使用** 的,并且符合如下条件: 36 | 37 | - 项目主页或者文档(README)里提到了使用PicGo-Core。 38 | -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Molunerfinn 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-PicGo 2 | 3 | > A collection of awesome project using [PicGo](https://github.com/PicGo/PicGo-Core). 4 | 5 |

6 | 7 |

8 |

9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |

22 | 23 | 24 | ## :rocket: Plugin for PicGo 25 | 26 | | Name | Introduction | CLI | GUI | 27 | | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------ | ------------------ | 28 | | [picgo-plugin-autocopy](https://github.com/PicGo/picgo-plugin-autocopy) | A plugin for auto copying url to clipboard after uploading. | :white_check_mark: | :x: | 29 | | [picgo-plugin-github-plus](https://github.com/zWingz/picgo-plugin-github-plus) | An **uploader** for GitHub & Gitee with sync function. | :white_check_mark: | :white_check_mark: | 30 | | [picgo-plugin-pic-migrater](https://github.com/PicGo/picgo-plugin-pic-migrater) | A plugin for pictures in markdown files migrating from one img host to another one. | :white_check_mark: | :white_check_mark: | 31 | | [picgo-plugin-web-uploader](https://github.com/yuki-xin/picgo-plugin-web-uploader) | An **uploader** for custom web api. | :white_check_mark: | :white_check_mark: | 32 | | [picgo-plugin-qingstor-uploader](https://github.com/chengww5217/picgo-plugin-qingstor-uploader) | An **uploader** for QingStor image hosting. | :white_check_mark: | :white_check_mark: | 33 | | [picgo-plugin-vscode-migrator](https://github.com/upupming/picgo-plugin-vscode-migrator) | A plugin for PicGo to import images from [`vs-picgo`](https://github.com/Spades-S/vs-picgo/). | :x: | :white_check_mark: | 34 | | [picgo-plugin-super-prefix](https://github.com/gclove/picgo-plugin-super-prefix#readme) | A plugin for customizing images filename and prefix. | :white_check_mark: | :white_check_mark: | 35 | | [picgo-plugin-smms-user](https://github.com/xlzy520/picgo-plugin-smms-user.git) | An **uploader** for registered user of SM.MS. | :white_check_mark: | :white_check_mark: | 36 | | [picgo-plugin-gitlab](https://github.com/bugwz/picgo-plugin-gitlab) | An **uploader** for GitLab. | :white_check_mark: | :white_check_mark: | 37 | | [picgo-plugin-gitlab-files](https://github.com/D-W-X/picgo-plugin-gitlab-files) | An **uploader** for GitLab.Every file make a pull request. | :white_check_mark: | :white_check_mark: | 38 | | [picgo-plugin-bilibili](https://github.com/xlzy520/picgo-plugin-bilibili) | An **uploader** for Bilibili. | :white_check_mark: | :white_check_mark: | 39 | | [picgo-plugin-gitee](https://github.com/zhanghuid/picgo-plugin-gitee) | An **uploader** for Gitee. | :white_check_mark: | :white_check_mark: | 40 | | [picgo-plugin-gitee-uploader](https://github.com/lizhuangs/picgo-plugin-gitee-uploader#readme) | An **uploader** for Gitee. | :white_check_mark: | :white_check_mark: | 41 | | [picgo-plugin-nextcloud-uploader](https://github.com/jiajiajia343434/picgo-plugin-nextcloud-uploader) | An **uploader** for Nextcloud. | :white_check_mark: | :white_check_mark: | 42 | | [picgo-plugin-watermark](https://github.com/Dec-F/picgo-plugin-watermark) | A plugin for watermarking pictures. **【GUI v2.2.0+】** | :x: | :white_check_mark: | 43 | | [picgo-plugin-quick-capture](https://github.com/PicGo/picgo-plugin-quick-capture) | A plugin for quickly capture screenshot && uploading. **【GUI v2.2.0+】** | :x: | :white_check_mark: | 44 | | [picgo-plugin-azure](https://github.com/CaiJingLong/picgo-plugin-azure) | An **uploader** for [Azure](http://dev.azure.com). | :white_check_mark: | :white_check_mark: | 45 | | [picgo-plugin-sharp](https://github.com/iovw/picgo-plugin-sharp) | A **transformer** for image compression. | :white_check_mark: | :x: | 46 | | [picgo-plugin-coding](https://github.com/zytomorrow/picgo-plugin-coding) | An **uploader** for Coding.net. | :white_check_mark: | :white_check_mark: | 47 | | [picgo-plugin-compress](https://github.com/JuZiSang/picgo-plugin-compress) | A plugin for image compression. | :white_check_mark: | :white_check_mark: | 48 | | [picgo-plugin-wxcloud-uploader](https://github.com/arleyGuoLei/picgo-plugin-wxcloud-uploader) | An **uploader** for wx-cloud (微信云开发-云存储) | :white_check_mark: | :white_check_mark: | 49 | | [picgo-plugin-folder-name](https://github.com/evgo2017/picgo-plugin-folder-name) | A plugin for use part of the local address of the file as part of the cloud address. ( 将文件的部分本地地址,作为部分云端地址) | :white_check_mark: | :white_check_mark: | 50 | | [picgo-plugin-dir-prefix](https://github.com/karboom/picgo-plugin-dir-prefix) | A plugin for generate file upload key with directory struct. | :white_check_mark: | :white_check_mark: | 51 | | [picgo-plugin-rename-file](https://github.com/liuwave/picgo-plugin-rename-file) | A PicGo plugin for customizing file name.(文件(包括路径)名称支持日期、随机字符串、文件MD5、原文件名、原文件目录结构等) | :white_check_mark: | :white_check_mark: | 52 | | [picgo-plugin-ucloud](https://github.com/Wsine/picgo-plugin-ucloud) | A PicGo plugin for UCloud. | :white_check_mark: | :white_check_mark: | 53 | | [picgo-plugin-UCloud-uploader](https://github.com/xizeyoupan/picgo-plugin-UCloud-uploader) | Another **uploader** for UCloud. | :white_check_mark: | :white_check_mark: | 54 | | [picgo-plugin-ftp-uploader](https://github.com/imba97/picgo-plugin-ftp-uploader) | An **uploader** for uploading via FTP | :white_check_mark: | :white_check_mark: | 55 | | [picgo-plugin-sftp-uploader](https://github.com/imba97/picgo-plugin-sftp-uploader) | An **uploader** for uploading via SFTP | :white_check_mark: | :white_check_mark: | 56 | | [picgo-plugin-s3](https://github.com/wayjam/picgo-plugin-s3) | An **uploader** with [Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html) API (or other *s3 compatible api* providers). | :white_check_mark: | :white_check_mark: | 57 | | [picgo-plugin-minio](https://github.com/Herbertzz/picgo-plugin-minio) | An **uploader** for MinIO | :white_check_mark: | :white_check_mark: | 58 | | [picgo-plugin-huawei-uploader](https://github.com/YunfengGao/picgo-plugin-huawei-uploader) | An **uploader** for HUAWEI Cloud OBS(华为云 对象存储). | :white_check_mark: | :white_check_mark: | 59 | | [picgo-plugin-halo-uploader](https://github.com/foraixh/picgo-plugin-halo-uploader) | An **uploader** for [halo blog](https://halo.run/). | :white_check_mark: | :x: | 60 | | [picgo-plugin-cfi-uploader](https://github.com/boeto/picgo-plugin-cfi-uploader) | An **uploader** for [Cloudflare Images](https://dash.cloudflare.com/?to=/:account/images) | :white_check_mark: | :white_check_mark: | 61 | | [picgo-plugin-auto-delete](https://github.com/MiracleDx/picgo-plugin-auto-delete) | A PicGo plugin for auto delete image when upload success | :white_check_mark: | :x: | 62 | | [picgo-plugin-dogecloud](https://github.com/W4J1e/picgo-plugin-dogecloud) | An **uploader** for uploading to dogecloud(多吉云) | :white_check_mark: | :white_check_mark: | 63 | | [picgo-plugin-postimage](https://github.com/Redns/picgo-plugin-postimage) | An **uploader** for [postimage](https://postimages.org/) | :white_check_mark: | :white_check_mark: | 64 | | [picgo-plugin-easypic](https://github.com/Redns/picgo-plugin-easypic) | An **uploader** for [My-Easy-Pic-Bed](https://github.com/fslongjin/My-Easy-Pic-Bed) | :white_check_mark: | :white_check_mark: | 65 | | [picgo-plugin-nutstore](https://github.com/Redns/picgo-plugin-NutStore) | An **uploader** for [NutStore](https://www.jianguoyun.com/) (坚果云) | :white_check_mark: | :white_check_mark: | 66 | | [picgo-plugin-bilinyun](https://github.com/Redns/picgo-plugin-bilinyun) | An **uploader** for [bilinyun](https://www.bilnn.com/) (比邻云) | :white_check_mark: | :white_check_mark: | 67 | | [picgo-plugin-imgtp](https://github.com/Redns/picgo-plugin-imgtp) | An **uploader** for [ImgTP](https://imgtp.com/) | :white_check_mark: | :white_check_mark: | 68 | | [picgo-plugin-imagebed](https://github.com/Redns/picgo-plugin-imagebed) | An **uploader** for [ImageBed](https://github.com/Redns/ImageBed) | :white_check_mark: | :white_check_mark: | 69 | | [picgo-plugin-mmwiki](https://github.com/wowtalon/picgo-plugin-mmwiki) | An **uploader** for [mm-wiki](https://github.com/phachon/mm-wiki) | :white_check_mark: | :white_check_mark: | 70 | | [picgo-plugin-lankong](https://github.com/hellodk34/picgo-plugin-lankong) | An **uploader** for [兰空图床 Lsky Pro](https://github.com/lsky-org/lsky-pro) 支持 V1 和 V2 | :white_check_mark: | :white_check_mark: | 71 | | [picgo-plugin-autobackup](https://github.com/Redns/picgo-plugin-autobackup) | A plugin for image backup | :white_check_mark: | :white_check_mark: | 72 | | [picgo-plugin-compression](https://github.com/Redns/picgo-plugin-compression) | A plugin for image compression | :white_check_mark: | :white_check_mark: | 73 | | [picgo-plugin-rclone](https://github.com/yabostone/picgo-plugin-rclone) | An **uploader** for [RCLONE](https://rclone.org/) 联动RCLONE,支持本地备份/远端备份,支持40多种后端。 | :white_check_mark: | :white_check_mark: | 74 | | [picgo-plugin-cloudinary](https://github.com/yabostone/picgo-plugin-cloudinary) | An **uploader** for [Cloudinary](https://cloudinary.com/) | :white_check_mark: | :white_check_mark: | 75 | | [picgo-plugin-squoosh](https://github.com/JolyneAnasui/picgo-plugin-squoosh) | A plugin for compressing image locally using [@squoosh/lib](https://github.com/GoogleChromeLabs/squoosh/tree/dev/libsquoosh) and rename with md5 | :white_check_mark: | :white_check_mark: | 76 | | [picgo-plugin-onemanager](https://github.com/laoxinH/picgo-plugin-onemanager) | An **uploader** for [onemanager](https://github.com/qkqpttgf/OneManager-php) 联动onemanager将onedrive作为免费图床。 | :white_check_mark: | :white_check_mark: | 77 | | [picgo-plugin-remove-exif](https://github.com/hans362/picgo-plugin-remove-exif) | Remove EXIF data before uploading 上传图片前移除EXIF数据 | :white_check_mark: | :white_check_mark: | 78 | | [picgo-plugin-penzi](https://github.com/lipeilin375/picgo-plugin-penzi) | An **uploader** for [喷子图床](https://pz.al/) | :white_check_mark: | :white_check_mark: | 79 | | [picgo-plugin-ipfs](https://github.com/KANIKIG/picgo-plugin-ipfs) | An **uploader** for IPFS. | :white_check_mark: | :white_check_mark: | 80 | | [picgo-plugin-alist](https://github.com/jinzhi0123/picgo-plugin-alist) | An **uploader** for Alist 在picgo把alist作为图床 | :white_check_mark: | :white_check_mark: | 81 | | [picgo-plugin-light-picture](https://github.com/ColdeZhang/picgo-plugin-light-picture) | An **uploader** for Light Picture 适用于Light Picture图床 | :x: | :white_check_mark: | 82 | | [picgo-plugin-oss-outside-url](https://github.com/caohongliang92/picgo-plugin-oss-outside-url) | A plugin for PicGo to get oss outside url 用于获取OSS私有空间资源外链的PicGo插件,支持阿里云OSS、腾讯云COS、七牛云Kodo | :white_check_mark: | :white_check_mark: | 83 | | [picgo-plugin-convert-heic](https://github.com/DingJunyao/picgo-plugin-convert-heic) | Convert HEIC Photo to other formats (Currently only support converting to JPEG). | :white_check_mark: | :white_check_mark: | 84 | | [picgo-plugin-azureimg](https://github.com/YukiCoco/picgo-plugin-azureimg) | An **uploader** for [Azure Repo](https://dev.azure.com/) | :white_check_mark: | :x: | 85 | | [picgo-plugin-free-uploader](https://github.com/yuanyxh/picgo-plugin-free-uploader) | a picgo plug -in, support user custom script. | :white_check_mark: | :white_check_mark: | 86 | | [picgo-plugin-lsky-uploader](https://github.com/lsilencej/picgo-plugin-lsky-uploader) | An **uploader** for [LskyPro](https://github.com/lsky-org/lsky-pro) 适用于服务器自建兰空图床开源版 | :white_check_mark: | :white_check_mark: | 87 | | [picgo-plugin-gofile](https://github.com/songquanpeng/picgo-plugin-gofile) | An **uploader** for [Go File](https://github.com/songquanpeng/go-file). | :white_check_mark: | :white_check_mark: | 88 | | [picgo-plugin-gofile](https://github.com/yibaiba/picgo-plugin-yujian) | An **uploader** for [遇见图床](https://github.com/yibaiba/picgo-plugin-yujian). | :white_check_mark: | :white_check_mark: | 89 | | [picgo-plugin-imgbb-uploader](https://github.com/cloudnzk/picgo-plugin-imgbb-uploader) | An **uploader** for [Imgbb](https://imgbb.com/). | :white_check_mark: | :white_check_mark: | 90 | | [picgo-plugin-lychee](https://github.com/ttionya/picgo-plugin-lychee) | An **uploader** for [Lychee](https://github.com/LycheeOrg/Lychee). | :white_check_mark: | :white_check_mark: | 91 | | [picgo-plugin-simpletex](https://github.com/zhuozhiyongde/picgo-plugin-simpletex) | An **uploader** for [SimpleTex](https://simpletex.cn/). Allow you to use LaTeX OCR based on SimpleTex. 基于 SimpleTex 的 LaTeX 光学字符识别,可以作为 MathPix 的替代品 | :white_check_mark: | :white_check_mark: | 92 | | [picgo-plugin-gdrive](https://github.com/xinatcg/picgo-plugin-gdrive) | An **uploader** for [Google Drive](https://drive.google.com). | :white_check_mark: | :white_check_mark: | 93 | | [picgo-plugin-oss-custom-headers](https://github.com/codenoy/picgo-plugin-oss-custom-headers) | A **plugin** for aliyun(oss) to custom headers. 阿里云OSS自定义请求头, 给OSS图床添加浏览器Http缓存. | :white_check_mark: | :white_check_mark: | 94 | | [picgo-plugin-freeimagehost-uploader](https://github.com/quul/picgo-plugin-freeimagehost-uploader) | An **uploader** for [FreeImage.Host](https://FreeImage.Host) | :white_check_mark: | :white_check_mark: | 95 | | [picgo-plugin-telegraph-image-uploader](https://github.com/msdx/picgo-plugin-telegraph-image-uploader) | An **uploader** for **Any** image host server built using [Telegraph-Image](https://github.com/cf-pages/Telegraph-Image) | :white_check_mark: | :white_check_mark: | 96 | | [picgo-plugin-cloudflare-telegraph](https://github.com/yanggithubcom/picgo-plugin-cloudflare-telegraph) |A plugin for Cloudflare Pages to host the Telegraph-Image project.适配Cloudflare Pages托管 [Telegraph-Image](https://github.com/cf-pages/Telegraph-Image) 项目的 [PicGo](https://github.com/Molunerfinn/PicGo) 插件 | :white_check_mark: | :white_check_mark: | 97 | | [picgo-plugin-immich-uploader](https://github.com/kyo-tom/picgo-plugin-immich-uploader) | An **uploader** for [immich](https://immich.app/) | :white_check_mark: | :white_check_mark: | 98 | | [picgo-plugin-gitcode](https://github.com/jianguo888/picgo-plugin-gitcode) | An **uploader** for [gitcode](https://gitcode.com/) | :white_check_mark: | :white_check_mark: | 99 | 100 | ## :hammer_and_wrench: Plugin for Other APPs 101 | 102 | | Name | Introduction | 103 | | ------------------------------------------------ | ------------------------- | 104 | | [vs-picgo](https://github.com/Spades-S/vs-picgo) | A VSCode plugin of PicGo. | 105 | | [coc-picgo](https://github.com/PLDaily/coc-picgo) | A Vim plugin of PicGo. | 106 | | [atom-picgo](https://atom.io/packages/atom-picgo) | An Atom Editor plugin of PicGo| 107 | | [obsidian-image-auto-upload-plugin](https://github.com/renmu123/obsidian-image-auto-upload-plugin) | An Obsidian Editor plugin of PicGo and PicGo-Core | 108 | 109 | ## :package: Project using PicGo-Core 110 | 111 | | Name | Introduction | 112 | | ------------------------------------------------ | ------------------------- | 113 | | [giki-cli](https://github.com/jwenjian/giki-cli) | A CLI app for https://giki.app | 114 | | [nvim-picgo](https://github.com/askfiy/nvim-picgo) | Picgo plugin for neovim | 115 | | [PicList](https://github.com/Kuingsmile/PicList) | Advanced development based on PicGo. (基于PicGo的二次开发版本,增加了云存储管理和相册云端同步删除功能) | 116 | 117 | ## :star: Apps supports PicGo Configuration 118 | 119 | | Name | Introduction | 120 | | ------------------------------------------------ | ------------------------- | 121 | | [flutter-picgo](https://github.com/PicGo/flutter-picgo) | PicGo mobile app | 122 | | [PicHoro](https://github.com/Kuingsmile/PicHoro) | Another PicGo mobile app | 123 | 124 | ------ 125 | 126 | ## Contribution 127 | 128 | Make sure your have read the [CONTRIBUTING](https://github.com/PicGo/Awesome-PicGo/blob/master/CONTRIBUTING.md), then you can open a PR! 129 | --------------------------------------------------------------------------------