Skip to content

Instantly share code, notes, and snippets.

View davenicholls's full-sized avatar

Dave Nicholls davenicholls

  • UK
View GitHub Profile
@davenicholls
davenicholls / gistcheck.py
Last active July 25, 2016 00:40 — forked from spencerogden/gistcheck.py
Script for use with Pythonista to store and retrieve gists. This version simply combines the auth() function from a script by Westacular with a version of that script updated and enhanced by spencerogden.
# Source: https://gist.github.com/5212628
#
# All-purpose gist tool for Pythonista.
#
# When run directly, this script sets up four other scripts that call various
# functions within this file. Each of these sub-scripts are meant for use as
# action menu items. They are:
#
# Set Gist ID.py - Set the gist id that the current file should be
# associated with.