0.1.0 • Published 11 years ago

gistor v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 years ago

gistor

A simple CLI tool which could let you manage gist easily.

Usage

Install gistor using npm

npm install -g gistor

First setup your authorization information.

gistor --login --user {USERNAME} --pass {PASSWORD}

It will call github Authorization and create new one. If it success, will save return value to .gistor in your home directory. Then you can start using gistor to manage your gist right now!

create

gistor --create [--desc] {DESC} [files...]

Create a gist contains the files you given. You can also write the description using --desc.

delete

gistor --remove [gist id]

Delete the specific gist based on specific id.

list

gistor --list

It will list your gist, including Id and description. (Id is necessary in following action)

0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago