Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uasi/gyazit

An instant screen capture app, inspired by Gyazo, with the power of Git!
https://github.com/uasi/gyazit

Last synced: 17 days ago
JSON representation

An instant screen capture app, inspired by Gyazo, with the power of Git!

Awesome Lists containing this project

README

        

Gyazit
======

An instant screen capture app, inspired by Gyazo, with the power of Git!

Usage
-----

Launch Gyazit and grab the screen. Gyazit commits the captured image,
pushes the repo to the remote, and copies the URL referring
the uploaded image to the pasteboard.

Setup
-----

```sh
# Create a repository at GitHub or BitBucket, then...
git clone $clone_url /path/to/repo
cd /path/to/repo
git commit --allow-empty -m 'Initial commit' # Needed only if there's no commit

# Launch Gyazit and follow the instruction to generate config file,
# or create it manually as follows:
cat < ~/.gyazitrc
repository: /path/to/repo
branch: master
remote: origin
END

# All done.
```

Example
-------
https://bitbucket.org/uasi/p/raw/master/94/94df514cfec4bdafa96f837fe1394137c50bae19.png

![Hello, Gyazit!](https://bitbucket.org/uasi/p/raw/master/94/94df514cfec4bdafa96f837fe1394137c50bae19.png)

Download
--------
[Download as zip](https://github.com/uasi/gyazit/zipball/master)