Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created May 2, 2024 12:36
Show Gist options
  • Save chrisxaustin/a6c9164b1d5edc920a23b99768a105b7 to your computer and use it in GitHub Desktop.
Save chrisxaustin/a6c9164b1d5edc920a23b99768a105b7 to your computer and use it in GitHub Desktop.
#!/bin/bash
org=foo
gh api --paginate -H "Accept: application/vnd.github+json" /orgs/$org/repos | jq -r '.[] | .name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment