Pipe stdin to a raw pastebin
Project Description
Pipe stdin
directly to a raw pastebin. Get a URL back. Go be productive.
Installation
From PyPi:
$ pip install pasteraw
Command line usage
Given a file:
$ cat somefile Lorem ipsum.
Pipe the file to pasteraw
and get back a URL to a raw paste of that file:
$ cat somefile | pasteraw http://cdn.pasteraw.com/9lvwkwgrgji5gbhjygxgaqcfx3hefpb
Do whatever you want with the URL. For example, open it in your web browser:
$ open $(!!)
Python library usage
To use pasteraw.com:
>>> c = pasteraw.Client() >>> url = c.create_paste('Lorem ipsum.') >>> print(url) http://cdn.pasteraw.com/9lvwkwgrgji5gbhjygxgaqcfx3hefpb
If you’re using your own deployment of pasteraw, pass your own API endpoint to the client:
>>> c = pasteraw.Client('http://pasteraw.example.com/api/v1')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
pasteraw-1.1.0.tar.gz (6.4 kB) Copy SHA256 hash SHA256 | Source | None | Feb 12, 2016 |