Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattikus/pygist
python command line client for gist
https://github.com/mattikus/pygist
Last synced: 30 days ago
JSON representation
python command line client for gist
- Host: GitHub
- URL: https://github.com/mattikus/pygist
- Owner: mattikus
- Archived: true
- Created: 2009-01-06T21:28:57.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T03:55:30.000Z (over 13 years ago)
- Last Synced: 2024-08-04T01:28:02.907Z (4 months ago)
- Language: Python
- Homepage: http://mattikus.github.com/pygist
- Size: 352 KB
- Stars: 74
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/masterInstall:
wget http://github.com/mattikus/pygist/raw/master/pygist.py -O ~/bin/pygistUsage:
cat file.txt | pygist
pygist file1 file2 file3 file4
pygist -p file1
echo 'hello world' | pygist -a -d 'Hello World'
pygist -g 1234 > something.txtBugs:
No known bugs, feel free to email me at [email protected] if you find any.