bind-cli

Crates.iobind-cli
lib.rsbind-cli
version0.1.8
created_at2025-11-08 18:52:22.465719+00
updated_at2025-11-21 22:42:34.398334+00
descriptionA modern Git utility CLI to make developers' lives easier
homepage
repositoryhttps://github.com/migueravila/bind
max_upload_size
id1923164
size61,016
Miguel Ávila (migueravila)

documentation

README

bind

A modern Git utility CLI to make developers' lives easier.

Features

  • Branch Management - List all branches with activity info
  • Conventional Commits - Standardized commit formatting
  • Git Utilities - Streamlined commands for common workflows

Installation

cargo install bind-cli

Usage

List Branches

bind branch
# or
bind b

Shows all branches with:

  • Current branch indicator (*)
  • Last commit hash and date
  • Upstream tracking information
  • Commits ahead/behind upstream

Requirements

  • Git 2.x+
  • Works on Linux, macOS, and Windows

License

MIT

Commit count: 0

cargo fmt