NAME
Mojolicious::Command::nopaste - A clone of App::Nopaste using Mojolicious
SYNOPSIS
$ mojo nopaste pastie myfile.pl
$ cat myfile.pl | mojo nopaste shadowcat
$ mojo nopaste -p # contents pulled from clipboard
DESCRIPTION
This module is a clone of the venerable App::Nopaste using the Mojolicious toolkit. Nearly all of the functionality is mimicked. Where possible the command-line system has been replicated, though the mechanism of choosing the service differs due to the way the Mojolicious::Commands system works.
Files may be passed as arguments, read from STDIN or even read from the clipboard with the Clipboard module. For a list of available services run mojo help nopaste
or mojo nopaste help [SERVICE]
.
SEE ALSO
SOURCE REPOSITORY
http://github.com/jberger/Mojolicious-Command-nopaste
AUTHOR
Joel Berger, <joel.a.berger@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Joel Berger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.