Skip to content

Instantly share code, notes, and snippets.

@humbhenri
Last active September 16, 2019 00:03
Show Gist options
  • Save humbhenri/e8e35ac54191a1a307f6a3dc6695a463 to your computer and use it in GitHub Desktop.
Save humbhenri/e8e35ac54191a1a307f6a3dc6695a463 to your computer and use it in GitHub Desktop.
Print a random github repo url from a query string
curl "$github/search/repositories?q=java%20rocks" | jq '.items[].url' | shuf -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment