NAME
sprunge - paste to (and read from) sprunge.us from the command line
VERSION
version 0.002
SYNOPSIS
sprunge --lang lang < file
ps aux | sprunge
sprunge ID
sprunge --help
Options: --lang Specifies the language for syntax highlighting --help Shows this man page --version Shows the version of this program and supporting libraries
DESCRIPTION
sprunge is a simple command line program to write to (and read from) the pastebin http://sprunge.us.
Writing
Provide input on stdin to sprunge to paste it to the pastebin. Provide the --lang option to specify syntax highlighting to apply.
ps aux | sprunge
sprunge --lang pl < file.pl
Reading
Run sprunge with a URL or paste ID to output the text to stdout.
sprunge H2gc | less
OPTIONS
- --help, -h, -?
-
Opens this man page and exits.
- --version
-
Prints the version of this program and supporting libraries.
- --lang, --syntax
-
Specifies the syntax highlighting type to use. sprunge.us allows any syntax highlighting available from Pygments to be applied to any paste, so you can change this at any time by altering the URI parameter.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/App-Pastebin-sprunge/.
The development version lives at http://github.com/doherty/App-Pastebin-sprunge and may be cloned from git://github.com/doherty/App-Pastebin-sprunge. Instead of sending patches, please fork this project using the standard git and github infrastructure.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://github.com/doherty/App-Pastebin-sprunge/issues.
AUTHOR
Mike Doherty <doherty@cs.dal.ca>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Mike Doherty.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007