Skip to main content

Make GitHub gists from cmdline/terminal

Project description

Installation:

  • Using pip

    pip install gistey

    On linux systems you might require to use sudo

Usage:

  1. To create a public gist with description for a bunch of files

    $ gistey --description "This would be the description" --files somefile.ext someotherfile
    URL of the gist created:  https://gist.github.com/<id> # output
  2. To create a secret gist, just add --secret option

    $ gistey --description "This would be the description" --files somefile.ext someotherfile --secret
    URL of the gist created:  https://gist.github.com/<id> # output
  3. To create a gist without description

    $ gistey --files somefile.ext someotherfile
    URL of the gist created:  https://gist.github.com/<id> # output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gistey-0.1.1.dev201612152014.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

gistey-0.1.1.dev201612152014-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page