0.02
No commit activity in last 3 years
No release in over 3 years
Command line interface to http://pastebin.ca
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

pastebin¶ ↑

pastebin is a CLI to 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 <file>                Use a file for input, use "-" for STDIN
-n, --name <name>                Assign a name/title to your paste
-s, --subdomain <subdomain>      Paste to a specific subdomain
-r, --raw <link>                 Return raw text from a paste link
-e, --expire <time>              These can be abbriviated, as long as they are unambigous. Defaults to '1 Month'
                                 Never, 10 Minutes, 1 Hour, 1 Day, 1 Month
-l, --language <syntax>          Syntax types can be abbriviated, as long as they are unambigous. There are many more supported languages than what is listed here. Defaults to 'text'
                                   perl, python, c, ruby, bash, cpp, groovy, latex, java, php, sql, xml
-p, --private                    Make paste private.
-h, --help                       Show this message

Copyright © 2010 dougsko. See LICENSE for details.