Gyazo command-line uploader
NOTE: this feature is not available on Windows. (ImageMagick is required for Linux users)
$ gyazo
$ gyazo ~/Desktop/image.png
http://gyazo.com/f1380d79593d2aaa0fcd412511f3d3e5
Set the access token to environment variable like this:
export GYAZO_ACCESS_TOKEN="YOUR GYAZO API ACCESS TOKEN"
Set the server URL to environment variable like this:
export GYAZO_SERVER_URL="http://my-gyazo.example.com"
Go to the release page and download a zip file.
Install to $GOPATH/bin
:
$ go get -d github.com/Tomohiro/gyazo-cli
$ cd $GOPATH/src/github.com/Tomohiro/gyazo-cli
$ make install
See CONTRIBUTING guideline.
© 2014 - 2015 Tomohiro TAIRA.
This project is licensed under the MIT license. See LICENSE for details.