| Crates.io | ghune |
| lib.rs | ghune |
| version | 0.4.0 |
| created_at | 2025-12-30 08:28:54.097363+00 |
| updated_at | 2026-01-04 18:49:38.013542+00 |
| description | Bulk-delete Github repos from the terminal |
| homepage | |
| repository | https://github.com/struong/ghune |
| max_upload_size | |
| id | 2012273 |
| size | 3,081,310 |
Cleaning up repos from the Github UI is tedious. Bulk-delete GitHub repos from the terminal instead!

cargo install ghune
Create a GitHub token at https://github.com/settings/tokens/new with repo and delete_repo scopes. The tool prompts for it on first run and stores it in your OS keychain.
ghune # interactive mode
ghune --dry-run # test without deleting
ghune --logout # clear stored token
Search mode:
C-j/k or arrows — navigateEnter — stage repo for deletion<Tab> — switch to staging modeC-p — filter private onlyC-f — filter forks onlyC-s — cycle sort (updated/created/name/stars)C-r — refreshStaging mode:
C-j/k — navigateBackspace — unstage repoEnter — delete staged repos<Tab> or Esc — back to searchMIT