Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiur/gyazo-cli
Gyazo for hackers
https://github.com/uiur/gyazo-cli
Last synced: 2 months ago
JSON representation
Gyazo for hackers
- Host: GitHub
- URL: https://github.com/uiur/gyazo-cli
- Owner: uiur
- License: mit
- Created: 2014-05-13T14:36:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T07:42:55.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T12:12:08.363Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 564 KB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gyazo(1)
[![](http://img.shields.io/npm/v/gyazo-cli.svg)](https://npmjs.org/package/gyazo-cli) [![Build Status](https://travis-ci.org/uiureo/gyazo-cli.svg?branch=master)](https://travis-ci.org/uiureo/gyazo-cli)Gyazo for hackers.
![ninja cat](http://i.gyazo.com/4127de4be736f098edf9492f6cdf4925.gif)
Available on OSX and Linux.
### Usage
``` bash
gyazo
gyazo /path/to/your/image.png
gyazo 1.png 2.png 3.png
gyazo image.gif
gyazo http://google.com/doodle.pnggyazo --times 3
gyazo --quietcat input.png | gyazo -i
sed "s/1/2/g" original.jpg | gyazo -i # upload glitched imagegyazo --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
``` bash
npm install -g gyazo-cli
```In Linux, you need to install imagemagick.
### LICENSE
MIT