I Got Bored and Cleaned Up 150+ GitHub Repos with a Tool I Built in Go

Published: (April 30, 2026 at 01:54 PM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for I Got Bored and Cleaned Up 150+ GitHub Repos with a Tool I Built in Go

We’ve all been there scrolling through GitHub and cringing at a pile of abandoned projects and forgotten forks.

I had over 150 repositories and wanted to clean them up, but GitHub’s UI makes bulk deletion tedious. So I built a TUI app in Go to make it fast and simple.

It lets you search, multi‑select, and delete repositories in bulk, with quick access to repo details and browser links.

In about 10 minutes, I cleared out dozens of unused repos and kept only what matters.

If your GitHub needs a cleanup, check out the tool: Repository

0 views
Back to Blog

Related posts

Read more »

Making my own framework. Any tips?

!Cover image for Making my own framework. Any tips?https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fde...

Open source does not imply open community

Open source software has existed long before the invention of the DVCS. The author likely hosted a bare‑bones HTML page or a plain‑text file describing the proj...