Cleaning up repos from the Github UI is tedious. Bulk-delete GitHub repos from the terminal instead!
cargo install ghuneCreate 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 ~/.config/ghune/token.
ghune # interactive mode
ghune --dry-run # test without deleting
ghune --logout # clear stored tokenSearch mode:
C-j/kor arrows — navigateEnterorSpace— 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— refresh- Type to fuzzy search
Staging mode:
C-j/k— navigateBackspaceorSpace— unstage repoEnter— confirm deletion (with confirmation dialog)<Tab>orEsc— back to search
MIT
