Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

mattikus/pygist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Python command line client for gist.github.com

Based on Chris Wanstrath's ruby gist client:
    http://github.com/defunkt/gist/tree/master

Install:
    wget http://github.com/mattikus/pygist/raw/master/pygist.py -O ~/bin/pygist

Usage:
    cat file.txt | pygist
    pygist file1 file2 file3 file4
    pygist -p file1
    echo 'hello world' | pygist -a -d 'Hello World'
    pygist -g 1234 > something.txt

Bugs:
    No known bugs, feel free to email me at matt@mattikus.com if you find any.