An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Capture

Capture


Capture
Capture
Capture
Capture



Capture
Capture
Capture
Capture


Integration Status
License



**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.