Skip to content

Instantly share code, notes, and snippets.

@davlgd
Last active January 4, 2026 11:49
Show Gist options
  • Select an option

  • Save davlgd/881ae84a866b19c2bd69b3517488fb90 to your computer and use it in GitHub Desktop.

Select an option

Save davlgd/881ae84a866b19c2bd69b3517488fb90 to your computer and use it in GitHub Desktop.
Clean GitHub fork repositories one liner
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