Last active
January 4, 2026 11:49
-
-
Save davlgd/881ae84a866b19c2bd69b3517488fb90 to your computer and use it in GitHub Desktop.
Clean GitHub fork repositories one liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gh repo list --fork --json nameWithOwner -L 100 -q '.[].nameWithOwner' | xargs -I {} gh repo delete {} --yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment