0.1.0 • Published 13 years ago
gistor v0.1.0
gistor
A simple CLI tool which could let you manage gist easily.
Usage
Install gistor using npm
npm install -g gistorFirst 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 --listIt will list your gist, including Id and description. (Id is necessary in following action)