# gyazo-cli

> Gyazo for hackers

Latest version **1.1.2** (published 2016-11-08) · 0 weekly downloads

## Install

```sh
npm install gyazo-cli
pnpm add gyazo-cli
yarn add gyazo-cli
bun add gyazo-cli
```

Provides the command `gyazo`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2016-11-08 |
| First published | 2014-05-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+4 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 43 |
| Author | uiureo |
| Maintainers | uiureo |

## Links

- npm: https://www.npmjs.com/package/gyazo-cli
- Repository: https://github.com/uiureo/gyazo-cli
- Homepage: https://github.com/uiureo/gyazo-cli#readme
- Issues: https://github.com/uiureo/gyazo-cli/issues
- npm.io page: https://npm.io/package/gyazo-cli

## Dependencies (9)

- [tmp](https://npm.io/package/tmp.md) 0.0.23
- [open](https://npm.io/package/open.md) 0.0.5
- [osenv](https://npm.io/package/osenv.md) 0.0.3
- [extend](https://npm.io/package/extend.md) ^1.2.1
- [cliparoo](https://npm.io/package/cliparoo.md) ^1.0.0
- [optimist](https://npm.io/package/optimist.md) ^0.6.1
- [es6-promise](https://npm.io/package/es6-promise.md) ^1.0.0
- [gyazo-upload](https://npm.io/package/gyazo-upload.md) ^0.0.2
- [screencapture](https://npm.io/package/screencapture.md) ^0.3.0

## Recent versions

- 1.1.2 (latest) — 2016-11-08
- 1.1.1 — 2015-10-27
- 1.1.0 — 2015-10-17
- 1.0.0 — 2014-05-24
- 0.0.4 — 2014-05-23
- 0.0.3 — 2014-05-22
- 0.0.2 — 2014-05-14
- 0.0.1 — 2014-05-13

## 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.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
``` bash
npm install -g gyazo-cli
```

In Linux, you need to install imagemagick.

### LICENSE
MIT

---
_Source: https://npm.io/package/gyazo-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
