8000 GitHub - tomohiro/gyazo-cli at 0.4.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomohiro/gyazo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gyazo CLI

GitHub Releases Build Status MIT License

Gyazo command-line uploader

Usage

Take a screenshot and then upload

NOTE: this feature is not available on Windows. (ImageMagick is required for Linux users)

$ gyazo

Uploading a specific image

$ gyazo ~/Desktop/image.png
http://gyazo.com/f1380d79593d2aaa0fcd412511f3d3e5

Configuration

Use Gyazo API client token

Set the access token to environment variable like this:

export GYAZO_ACCESS_TOKEN="YOUR GYAZO API ACCESS TOKEN"

Use self-hosted Gyazo server

Set the server URL to environment variable like this:

export GYAZO_SERVER_URL="http://my-gyazo.example.com"

Installation

Get the stable binary

Go to the release page and download a zip file.

go get

Install to $GOPATH/bin:

$ go get -d github.com/Tomohiro/gyazo-cli
$ cd $GOPATH/src/github.com/Tomohiro/gyazo-cli
$ make install

Contributing

See CONTRIBUTING guideline.

LICENSE

© 2014 - 2015 Tomohiro TAIRA.

This project is licensed under the MIT license. See LICENSE for details.

About

📷 Gyazo command-line uploader

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0