https://github.com/tdfischer/git-gist
Create github gists from the command line
https://github.com/tdfischer/git-gist
Last synced: 9 months ago
JSON representation
Create github gists from the command line
- Host: GitHub
- URL: https://github.com/tdfischer/git-gist
- Owner: tdfischer
- License: gpl-2.0
- Created: 2012-11-11T21:57:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T21:57:20.000Z (over 13 years ago)
- Last Synced: 2025-06-07T15:06:01.961Z (about 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Create github gists from the command line
=========================================
Its easy, really.
$ gist some-file.py some-other-file.txt
Or from stdin:
$ ls | gist
Alternatively, you can use the gist git command to turn your current directory
into a gist:
$ git gist