GitXplorerGitXplorer
s

sprunge.py

public
8 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
025d0111fe858b51c747e56a36eae33480ceb964

Add a .gitignore to the project.

ssigmavirus24 committed 13 years ago
Unverified
b33cd90aba9202b5a8353767cf9f77543a00be8b

Fix setup.py.

ssigmavirus24 committed 13 years ago
Unverified
580e6d99014498ba41275f344dcc5760eed4d1e7

Initial Commit

ssigmavirus24 committed 13 years ago

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