Capture, Annotate & Share screenshots…
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
to capture screenshots. The end goal is to make it at least compatible for Linux too as I mainly uses these 2 OSes.
The following destinations are currently supported to share screenshots:
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.
- Fork & clone this repository.
- Install all the dependencies using Yarn:
yarn
. - Set up the development environment by creating & filling a
.env.local
file based on the provided.env
file. - Build & run the development version:
yarn start
.
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.