Skip to content

Instantly share code, notes, and snippets.

@wwj718
Created September 25, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwj718/6700182 to your computer and use it in GitHub Desktop.
Save wwj718/6700182 to your computer and use it in GitHub Desktop.
hello
{
// Your GitHub API token
// see: https://github.com/condemil/Gist#generating-access-token
"token": "b325b9d4af450496dfd6fbf338fe7a8bf5201da3",
// Show GitHub organizations
// Example: "company1", "company2"
"include_orgs": [],
// Show GitHub users
// Example: "user1", "user2"
"include_users": [],
// Show the authors of Gists
"show_authors": false,
// Prefer first file name instead of description in Open Gist menu
"prefer_filename": false,
// Proxy server
// Format: "http://user:pass@proxy:port"
"https_proxy": "",
// Enterprise support
"enterprise": false,
// Github URL
// Default: Leave empty if you want to use GitHub.com
// Example: https://github.domain.com
"url": "",
// Max Gists to show (max 100 allowed by GitHub API)
"max_gists": 100,
// Only use starred gists
"use_starred": false
// Limit to gists with specific prefix
//"gist_prefix": "Snippet:",
// Limit to gists with specific tag (#tag)
//"gist_tag": "snippet"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment