Skip to content

Instantly share code, notes, and snippets.

@nmrshll
Created March 30, 2023 18:13
Show Gist options
  • Save nmrshll/5a589f4c917e5fde695074e37bf639b6 to your computer and use it in GitHub Desktop.
Save nmrshll/5a589f4c917e5fde695074e37bf639b6 to your computer and use it in GitHub Desktop.
Fetch all my public repos
curl 'https://api.github.com/users/nmrshll/repos' | jq '.[] | .html_url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment