gh repo list --limit 100 --visibility privategh repo list --limit 100 --visibility publicgh repo list --limit 100 --visibility public --forkgh repo list --limit 100 --visibility public --sourcegh repo list --limit 100 --visibility public --json nameWithOwnergh repo list --limit 100 --visibility public --json nameWithOwner | jq '.[] | .nameWithOwner'
gh repo list --limit 100 --visibility public --json nameWithOwner | jq '.[] | .nameWithOwner' > repo.txt- open and save
repo.txtwith LF - this is important !!! while read r;do gh repo delete $r --confirm;done < repo1.txt