git-brdi 0.3.0

Interactively delete git branches sorted by last-touched date
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "git-brdi"
version = "0.3.0"
edition = "2024"
description = "Interactively delete git branches sorted by last-touched date"
license = "MIT"
homepage = "https://github.com/vanderhoop/git-brdi"
repository = "https://github.com/vanderhoop/git-brdi"
readme = "README.md"
keywords = ["git", "branch", "cli", "interactive"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]