Skip to content

Instantly share code, notes, and snippets.

@p16i
Created February 4, 2013 15:30
Show Gist options
  • Save p16i/4707431 to your computer and use it in GitHub Desktop.
Save p16i/4707431 to your computer and use it in GitHub Desktop.
# DO-GIST
The lazy way to create a gist from your clipboard.
## Requirement
- node.js
- npm
## Installation
- Clone it
- Go to folder and run `npm install ./ -g`
- Set your GITHUB_USERNAME and GITHUB_PASSWORD in your shell by the
command below
```
export GITHUB_USERNAME=goonnow
export GITHUB_PASSWORD=*******
```
## Usage
1. Copy your text that you want to create a gist.
2. Run `do-gist` in your shell.
3. Get URL.
---
If you have any feedbacks, Please call me :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment