0.3.6 • Published 11 years ago

gista v0.3.6

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

__ ()__/ /_ _ / `/ / _/ / `/ / // / (__ ) // /_/ / _, //__/__/_,/
/__
/

The cli gist client writen in CoffeeScript for Node.js.

Install

$ npm install -g gista

Usage

Get a token

gista --user tim-smart --gentoken

Set token to environment variable

export GISTA_TOKEN=xxx

Create a Public gist

$ echo "test" | gista -p

Create a private gist

$ echo "test" | gista

Gist some files publicly, with a description and custom type.

$ gista -t js -pd "Cool gist" *.js

Fetch a gist

$ gista -f 12345

Copy gist url to clipboard

$ gista -n test.js < package.js | xclip -selection clipboard

0.3.6

11 years ago

0.3.5

12 years ago

0.3.4

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.13

12 years ago

0.2.12

12 years ago

0.2.11

12 years ago

0.2.10

12 years ago

0.2.9

12 years ago

0.2.8

12 years ago

0.2.7

12 years ago

0.2.6

12 years ago

0.2.5

13 years ago

0.2.4

13 years ago

0.2.3

13 years ago

0.2.2

13 years ago

0.2.1

13 years ago

0.2.0

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago