The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

gist - GitHub Gist creator

VERSION

version 0.06

SYNOPSIS

 gist [OPTIONS] FILE

 Options:
   --description, -d  DESCRIPTION
   --update, -u       GIST_ID
   --private, -p

 Examples:
   $ gist script.pl
   $ cat script | gist

OPTIONS

--description, -d DESCRIPTION

Set the description for the gist.

--update, -u GIST_ID

Update the given gist (identified by GIST_ID), with the given file.

--private, -p

Create a private gist.

CONFIGURATION

The login username and the password can be set via the GITHUB_USER and GITHUB_PASSWD environment variables. If not set, will be used the values of github.user and github.password from the Git configuration.

To set them, type:

    $ git config --global github.user LoginName
    $ git config --global github.password GitHubPassword

If github.user or github.password are not set, the login name and the password will be asked interactively to the user.

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2011 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.