App-gist

 view release on metacpan or  search on metacpan

bin/gist  view on Meta::CPAN

=over

=item Create a new gist from a file

   $ gist script.pl

=item Create a new gist from a pipe with a description

   $ cat script.pl | gist -d 'some script' -n script.pl

=item Create a new gist and copy the web URL in the clipboard

   $ echo "something" | gist -w | xclip
   $ echo "something" | gist -w | pbcopy # on Mac OS X

=back

=cut

App::gist -> run;



( run in 0.811 second using v1.01-cache-2.11-cpan-2398b32b56e )