Skip to main content

A cli utility for querying GitHub gists

Project description

Gisty

A cli utility for retrieving Gists on GitHub.

Installation

Note. Requires python3

pip3 install gisty

Getting started

List all Gists

gisty firegrass --format list --colour

Find Gists this year

gisty firegrass --since 'last year' --order 'desc'

Watch for new Gists

gisty firegrass --watch --since 'now'

Development

# Install locally
python3 setup.py install --user

# Build and push to test PyPI
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

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

gisty-0.0.1.tar.gz (4.4 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