Skip to content

Releases: valerius21/repokill

v1.0.1

26 Feb 20:53

Choose a tag to compare

Changelog

  • 96eb38a Add docs, improve code documentation, add GitHub Pages workflow

v1.0.0

26 Feb 20:36

Choose a tag to compare

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.0

Requirements