withfig/autocomplete

# Overview

Alainmma opened this issue · 0 comments

          # Overview

src/gh.ts:

Info:

Single Scripts:

  • gh api graphql --paginate -f query='query($endCursor: String) { viewer { repositories(first: 100, after: $endCursor) { nodes { isPrivate, nameWithOwner, description } pageInfo { hasNextPage endCursor }}}}' --jq '.data.viewer.repositories.nodes[]'
  • gh pr list --json=number,title,headRefName,state
  • gh alias list
  • git --no-optional-locks branch -r --no-color --sort=-committerdate

Originally posted by @withfig-bot in #1524 (comment)