Skip to content

Instantly share code, notes, and snippets.

@gkze
Last active August 29, 2015 14:01
Show Gist options
  • Save gkze/1d4d96b16c63ccefa399 to your computer and use it in GitHub Desktop.
Save gkze/1d4d96b16c63ccefa399 to your computer and use it in GitHub Desktop.
seq 25 | xargs -P25 -I{} zsh -c "http get https://api.github.com/user/starred\?per_page\=100\&page\={} | jq -r '.[]|[.pushed_at,.stargazers_count,.language,.html_url,.description]|@csv' &" | sort -Vu > /tmp/stars.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment