Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created October 31, 2024 13:20
Show Gist options
  • Save dewomser/6754e38a5eeda3fe0ae7cf611512350f to your computer and use it in GitHub Desktop.
Save dewomser/6754e38a5eeda3fe0ae7cf611512350f to your computer and use it in GitHub Desktop.
Alle eigenen Gists downloaden … die ersten 200
curl -H "Authorization: Bearer GITHUB_TOKEN" 'https://api.github.com/gists?per_page=100' | jq '.[] | .git_pull_url' | xargs -n 1 git clone
curl -H "Authorization: Bearer GITHUB_TOKEN" 'https://api.github.com/gists?page=2&per_page=100' | jq '.[] | .git_pull_url' | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment