Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created January 3, 2020 21:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/3b38f74d2a49457e9e96ed243b61c622 to your computer and use it in GitHub Desktop.
Save obfusk/3b38f74d2a49457e9e96ed243b61c622 to your computer and use it in GitHub Desktop.
gh api + httpie + jq
map $'http https://api.github.com/users/obfusk/repos?page=$it | jq \'.[] | "\(.name) @ \(.homepage)"\'' {1..6} | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment