Releases: valerius21/repokill
Releases · valerius21/repokill
v1.0.1
v1.0.0
repokill v1.0.0
Initial release of repokill - a TUI tool for bulk-deleting GitHub repositories.
Features
- List and browse repositories for authenticated user or organization
- Filter by visibility (public/private), archived status, or forks
- Search repos by name/description
- Bulk select and delete multiple repositories
- Rate limit handling with automatic retries
- Progress tracking during deletion
Installation
Download the appropriate binary for your platform from the assets below.
Or install with Go:
go install github.com/valerius21/repokill@v1.0.0Requirements
- GitHub CLI (
gh) installed and authenticated withdelete_reposcope