copy2gist

0.0.5 • Public • Published

Copy2gist npm version Build Status

Dead-simple Copy Paste directly from your clipboard to GIST via terminal

npm install -g copy2gist

Install this globally and you'll have access to the copy2gist command anywhere on your system.

Usage

copy2gist

Setup

1.) Create gist token

curl -u YOUR_GITHUB_USERNAME \
  -d '{"scopes":["gist"],"note":"gist access"}' \
  https://api.github.com/authorizations

2.) Set gist credentials

git config --global --add gist.username YOUR_GITHUB_USERNAME
git config --global --add gist.token THAT_TOKEN_YOU_GOT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.51latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.51
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i copy2gist

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • silverbux