Skip to content

gh - github cli

install github-cli

brew install gh

list all starred repos

GH_PAGER="" gh api user/starred --paginate --jq '.[].full_name'

removed starred repo

turns out, you can't unstar a repo on the web which was taken down by a DMCA request

gh api -X DELETE user/starred/username/repo