Skip to content

skanehira/gyazo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gyazo

This is CLI for Gyazo

Supported OS

  • Mac
  • Windows
  • Linux

Features

  • upload image file from clipboard
  • generate markdown link

Requirements

  • xclip (only linux)
  • file (only linux)

Installtion

  1. Install this CLI

    $ git clone https://github.com/skanehira/gyazo
    $ cd gyazo && go install
  2. Register application and get your token from here and set it

    # set environment
    export GYAZO_TOKEN = XXXXXXXXXXXXXXX
    
    # or set $HOME/.gyazo_token
    echo "XXXXXXXXXX" > $HOME/.gyazo_token

Usage

$ gyazo -h
gyazo - Gyazo CLI

VERSION: 0.0.1

USAGE:
  $ gyazo [-c] [-m] [<] [file]

DESCRIPTION:
  -c    upload image from clipboard
  -m    generate markdown link

EXAMPLE:
  $ gyazo < image.png
  $ cat image.png | gyazo
  $ gyazo -m image.png
  $ gyazo -c -m

Author

skanehira

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages