Skip to content

Instantly share code, notes, and snippets.

@hophacker
Created May 15, 2013 15:33
Show Gist options
  • Save hophacker/5584865 to your computer and use it in GitHub Desktop.
Save hophacker/5584865 to your computer and use it in GitHub Desktop.
My first gist snippet
{
// Your username on GitHub
"username": "jokerfeng2010",
// Your password on GitHub
"password": "FJqq1314",
// Your GitHub API token
// see: https://github.com/condemil/Gist#generating-access-token
"token": "",
// Show GitHub organizations
"include_orgs": true,
// "include_orgs": ["company1", "company2"],
// Show GitHub users
"include_users": false,
// "include_users": ["user1", "user2"],
// Show the authors of Gists
"show_authors": 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