Skip to content

Github Repo Search

Resources

Setup

curl --location --request GET 'https://api.github.com/user/repos?sort=updated&per_page=15' \
--header "Authorization: token $GH_ACCESS_TOKEN" \
--header 'Accept: application/vnd.github.v3+json' | $HOMEBREW_DIR/jq '. | map({uid: .name, title: .name, subtitle: .owner.login, arg: .html_url }) | { items: . }'