https://github.com/hideoo/capture
Capture, Annotate & Share screenshots
https://github.com/hideoo/capture
annotate capture dropbox gyazo imgur onedrive screenshot share vgyme
Last synced: 9 months ago
JSON representation
Capture, Annotate & Share screenshots
- Host: GitHub
- URL: https://github.com/hideoo/capture
- Owner: HiDeoo
- License: mit
- Created: 2020-06-16T13:35:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T04:54:04.000Z (over 4 years ago)
- Last Synced: 2025-06-04T11:34:38.695Z (10 months ago)
- Topics: annotate, capture, dropbox, gyazo, imgur, onedrive, screenshot, share, vgyme
- Language: TypeScript
- Homepage:
- Size: 929 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Capture
**Capture, Annotate & Share screenshots…**
## Motivations
As I couldn't find any application to quickly & easily capture, annotate and share screenshots to various destinations, I decided to build my own.
At the moment, only macOS is supported as the application internally uses [`screencapture`](https://ss64.com/osx/screencapture.html) to capture screenshots. The end goal is to make it at least compatible for Linux too as I mainly uses these 2 OSes.
## Destinations
The following destinations are currently supported to share screenshots:
- [Imgur](https://imgur.com) _(anonymously or logged in)_
- [Dropbox](https://www.dropbox.com)
- [OneDrive](https://onedrive.live.com)
- [Gyazo](https://gyazo.com)
- [Vgy.me](https://vgy.me)
## Usage
At the moment, only the source code of the application is available and no bundled versions are provided. To use it, you'll need to build the application yourself using the `yarn dist` command.
## Contribute
1. [Fork](https://help.github.com/articles/fork-a-repo) & [clone](https://help.github.com/articles/cloning-a-repository) this repository.
2. Install all the dependencies using [Yarn](https://yarnpkg.com): `yarn`.
3. Set up the development environment by creating & filling a `.env.local` file based on the provided `.env` file.
4. Build & run the development version: `yarn start`.
## License
Licensed under the MIT License, Copyright © HiDeoo.
See [LICENSE](https://github.com/HiDeoo/Capture/blob/master/LICENSE) for more information.







