Skip to content

Instantly share code, notes, and snippets.

View kellydavid's full-sized avatar

David Kelly kellydavid

View GitHub Profile
@kellydavid
kellydavid / github_api.gql
Created May 22, 2020 11:36
Trying out github graphql api
query GetRepositories {
repositoryOwner(login: "kellydavid") {
login
repositories(first: 10, after:"Y3Vyc29yOnYyOpILzg4z6pg=", orderBy: {field: STARGAZERS, direction: DESC}) {
totalCount
totalDiskUsage
edges {
cursor
node {
id
@kellydavid
kellydavid / yubikey_ssh.md
Last active October 7, 2025 09:38
Set up Yubikey (5C NFC) for SSH authentication