Skip to main content

Command line client for gist.

Project description

Author:

Jun Kimura

Licence:

MIT

Description

Command line client for gist(API v3).

Installation

pypi:

$ pip install gistpy
$ gistpy -h

Source code:

$ python setup.py install
$ gistpy -h

Usage

Authorization:

$ export GISTPY_USER=username & export GISTPY_PASSWORD=password
$ gistpy register
$ export GISTPY_TOKEN=xxxxxxxxxxx

Get:

$ gistpy get <gistid> <destination_directory>

Create:

$ gistpy create [gistids...]            # public
$ gistpy create [gistids...] -d "description"
$ gistpy create [gistids...] -a         # as anonymous
$ gistpy create [gistids...] -p         # private

$ echo "test" | gistpy
$ echo "test" | gistpy -p # private
$ echo "test" | gistpy -a # as anonymous

Edit:

$ gistpy edit <gistid> [files...]

Delete:

$ gistpy delete <gistid>

Display the help of each command.

$ gistpy <command> -h

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

Gistpy-0.1.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distributions

Gistpy-0.1.0-py2.7.egg (29.1 kB view hashes)

Uploaded Source

Gistpy-0.1.0-py2.6.egg (29.2 kB view hashes)

Uploaded Source

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