GitXplorerGitXplorer
s

sprunge.py

public
8 stars
1 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

sprunge.py

A small python script to make uploading files to http://sprunge.us easier.

Dependencies

requests_ by Kenneth Reitz

.. _requests: https://github.com/kennethreitz/requests

Usage

::

$ sprunge.py -f file.txt
$ <command> | sprunge.py
$ sprunge.py < file.txt
$ sprunge.py <( <command> )

Install

::

pip install sprunge.py

Author

  • Ian Cordasco