PicGo-Core icon indicating copy to clipboard operation
PicGo-Core copied to clipboard

:zap:A tool for pictures uploading. Both CLI & API supports.

Results 18 PicGo-Core issues
Sort by recently updated
recently updated
newest added

[pnpm](https://pnpm.io/) is a perfect pkg manager for js. The most useful feature that yarn can't provide is the `pnpm audit`. We can move to pnpm smoothly

enhancement

Currently in picgo-core it will see if it is 'GUI' mode (in PicGo Electron) and look at different path for the clipboard scripts. https://github.com/PicGo/PicGo-Core/blob/f133d57562c413b0b6f9a9ca9a93bf19c1768f1f/src/utils/getClipboardImage.ts#L33-L43 In my opinion, picgo core is...

Currently, the bundled size of picgo core when bundling all of its dependencies with minification is 2MB, which is very large. I think the CLI part is the heaviest part,...

enhancement

Since the package [request](https://github.com/request/request) was deprecated, PicGo-Core will replace it with [got](https://github.com/sindresorhus/got) which is active and maintained. The timeline is the following: - v1.5.0: replace the `request` with `got`, but...

enhancement

Whether to consider adding a schema file for `config.json` ![image](https://user-images.githubusercontent.com/39125296/104870717-24082200-5984-11eb-8ab7-a24b43beb4e0.png)

enhancement

希望能够增加开发文档。前面commit屡次失败,读了源码才知道该怎么commit🤣

good first issue

:pushpin:: Ready to do :construction:: Working in progress :white_check_mark:: Done​ :x:: Cancel | TODO | Introduction | Importance | Status | | ------------------------------------ | ------------------------------------------------------------ | ------------------ | --------- |...

![image](https://user-images.githubusercontent.com/26371416/89100751-3c16d400-d42c-11ea-99b3-ef50a3c55610.png) 有没有大佬可以顺手看看;

help wanted

现在编译出来的 dist 包含了 src 目录,这样做的目的是什么呢?是不是因为需要 `-v` 查看版本号引用 package.json 所以保留了原始的 src 目录结构? ![image](https://user-images.githubusercontent.com/24741764/85146478-2e442f80-b280-11ea-9d60-592efc6eb0a0.png) 这样做会造成 import 的时候出现这样的语句: https://github.com/PicGo/vs-picgo/blob/e8b30b72f5c68a0a31ea98302603968f85ab93bb/src/utils/index.ts#L4 总感觉这样有点奇怪,又有 dist 又有 src,语义上有点歧义。 或者说 vs-picgo 在引用的时候是不是应该直接 import src 文件夹下的内容(`import { ImgInfo } from...

enhancement