Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PicGo/picgo-plugin-quick-capture
A quick capture screenshot plugin for PicGo
https://github.com/PicGo/picgo-plugin-quick-capture
picgo-plugin
Last synced: about 2 months ago
JSON representation
A quick capture screenshot plugin for PicGo
- Host: GitHub
- URL: https://github.com/PicGo/picgo-plugin-quick-capture
- Owner: PicGo
- License: mit
- Created: 2019-12-27T16:20:06.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T13:17:57.000Z (about 2 years ago)
- Last Synced: 2024-11-14T01:38:26.676Z (about 2 months ago)
- Topics: picgo-plugin
- Language: TypeScript
- Size: 1.02 MB
- Stars: 26
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-quick-capture
README
## picgo-plugin-quick-capture
[![PicGo Convention](https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square)](https://github.com/PicGo/bump-version)
[![PicGo](https://img.shields.io/badge/picgo-%3E%3D2.2.0-blue?style=flat-square)](https://github.com/Molunerfinn/PicGo)
[![latest release](https://img.shields.io/github/package-json/v/PicGo/picgo-plugin-quick-capture.svg?style=flat-square)](https://github.com/PicGo/picgo-plugin-quick-capture/releases/latest)[中文说明](https://github.com/PicGo/picgo-plugin-quick-capture/blob/dev/README_CN.md)
A quick capture screenshot plugin for PicGo. **Only supports PicGo v2.2.0+**
![](https://cdn.jsdelivr.net/gh/Molunerfinn/test/PicGo/quick-catp.gif)
## Feature
One-click to complete by shortcut: `Screenshot-Upload-Get Image URL Link-Save URL Link to Nano` workflow.
## Configuration
The principle of this plugin is to execute a screenshot by calling a command line script, and upload the picture of the clipboard through the [upload api](https://picgo.github.io/PicGo-Core-Doc/zh/dev-guide/gui.html#upload-file) provided by PicGo when the screenshot program exits.
![](https://cdn.jsdelivr.net/gh/Molunerfinn/test/PicGo/20191228193440.png)
The plugin is configured with screenshot scripts for **Windows** and **MacOS** by default. You can also configure your favorite screenshot script.
**Linux** users need to configure your own screenshot scripts according to different systems.
**Notice** the configured screenshot script must meet the following two requirements:
1. Can directly enter the screenshot interface through the command line
2. After closing the screenshot interface, the script program will exitOtherwise, this plugin cannot run as expected.
## Shortcut Configuration
Default shortcut key is: `CmdOrCtrl + Shift + 0`
You can open the main PicGo window, and modify the shortcuts at `PicGo 设置` -> `修改快捷键`.
## Installation
Open [PicGo](https://github.com/Molunerfinn/PicGo) and search for `quick-capture` in the `PicGo设置` interface to install the plugin.
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2019 - Molunerfinn