Mojolicious-Command-nopaste

A clone of App::Nopaste using Mojolicious

Stars
8

=head1 NAME

Mojolicious::Command::nopaste - A clone of App::Nopaste using Mojolicious

=head1 SYNOPSIS

$ mojo nopaste pastie myfile.pl $ cat myfile.pl | mojo nopaste shadowcat $ mojo nopaste -p # contents pulled from clipboard

=head1 DESCRIPTION

This module is a clone of the venerable LApp::Nopaste using the L 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 LMojolicious::Commands system works.

Files may be passed as arguments, read from STDIN or even read from the clipboard with the L module. For a list of available services run C or C<mojo nopaste help [SERVICE]>.

=head1 SEE ALSO

=over

=item LApp::Nopaste

=item L

=back

=head1 SOURCE REPOSITORY

Lhttp://github.com/jberger/Mojolicious-Command-nopaste

=head1 AUTHOR

Joel Berger, E[email protected]

=head1 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.