Skip to main content

Make GitHub gists from cmdline/terminal

Project description

  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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gistey-0.1.1-py3-none-any.whl (4.1 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