New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gista

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gista

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

  • 0.3.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

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

FAQs

Package last updated on 18 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc