Created
February 4, 2013 15:30
-
-
Save p16i/4707431 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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