Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shinshin86/25bb8fc9dd8b37937c01e4ce4d27d2a8 to your computer and use it in GitHub Desktop.
Save shinshin86/25bb8fc9dd8b37937c01e4ce4d27d2a8 to your computer and use it in GitHub Desktop.
[Shell scripts for my own use] A command to run to look back at the GitHub repository I created.
curl https://api.github.com/users/shinshin86/repos?sort=created | jq -r '.[] | { full_name: .full_name, created_at: .created_at, url: .html_url}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment