Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/uasi/gyazit
- Owner: uasi
- Created: 2012-08-23T21:00:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T05:37:13.000Z (about 12 years ago)
- Last Synced: 2024-11-05T20:55:25.265Z (2 months ago)
- Language: Ruby
- Size: 184 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)