Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dougsko/pastebin

Command line interface to pastebin.com
https://github.com/dougsko/pastebin

Last synced: 2 months ago
JSON representation

Command line interface to pastebin.com

Awesome Lists containing this project

README

        

= pastebin

pastebin is a CLI to http://pastebin.com
Usage: pastebin [options]
Examples: pastebin -f foo.rb -t ruby -e '10 Minutes'
cat foo.pl | pastebin -f - -t perl

Options:
-f, --file Use a file for input, use "-" for STDIN
-n, --name Assign a name/title to your paste
-s, --subdomain Paste to a specific subdomain
-r, --raw Return raw text from a paste link
-e, --expire

== Copyright

Copyright (c) 2010 dougsko. See LICENSE for details.