SkillAgentSearch skills...

Gista

Simple cli utility for using gist.github.com like a unix pro.

Install / Use

/learn @tim-smart/Gista
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

____ ()/ /_____ _ / __ / / ___/ __/ __ / / // / ( ) // // / _, //__/_/_,/
/____/

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

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated6y ago
Forks2

Languages

CSS

Security Score

60/100

Audited on Jul 14, 2019

No findings