Skip to content

uiur/gyazo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gyazo(1)

Build Status

Gyazo for hackers.

ninja cat

Available on OSX and Linux.

Usage

gyazo
gyazo /path/to/your/image.png
gyazo 1.png 2.png 3.png
gyazo image.gif
gyazo http://google.com/doodle.png

gyazo --times 3
gyazo --quiet

cat input.png | gyazo -i
sed "s/1/2/g" original.jpg | gyazo -i # upload glitched image

gyazo --host http://gyazo.yourhost.com/
gyazo --id /your/idfile

## config
# ~/.gyazo.json or /your/working/dir/.gyazo.json
gyazo config host http://gyazo.yourcompany.com
gyazo config id /your/idfile

# Show config
gyazo config
gyazo config host

Installation

npm install -g gyazo-cli

In Linux, you need to install imagemagick.

LICENSE

MIT