Gyazo command-line uploader
$ gyazo-cli [PATH]
NOTE: this feature is not available on Windows. (ImageMagick is required for Linux users)
$ gyazo-cli
$ gyazo-cli ~/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
:
$ GO111MODULE=off go get -u github.com/tomohiro/gyazo-cli
See CONTRIBUTING guideline.
© 2014 - 2019 Tomohiro Taira.
This project is licensed under the MIT license. See LICENSE for details.