GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIST(1) User Contributed Perl Documentation GIST(1)

gist - Gist command-line tool

version 0.16

 gist [OPTIONS] FILE
   $ gist script.pl
    
   $ cat script.pl | gist -d 'some script' -n script.pl
    
   $ echo "something" | gist -w | xclip
   $ echo "something" | gist -w | pbcopy # on Mac OS X
    

Set the description for the gist.
Specify the name of the file (useful when using a pipe).
Update the given gist (identified by GIST_ID), with the given file.
Create a private gist.
Only output the web url.

Configure git with your GitHub credentials:

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

Alternatively you can install Config::Identity and write your credentials in the (optionally GPG-encrypted) "~/.github" file as follows:

    login LoginName
    password GitHubpassword

(if only the login name is set, the password will be asked interactively)

Alessandro Ghedini <alexbio@cpan.org>

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.

2014-06-24 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.