#utilities #git #cli

app bind-cli

A modern Git utility CLI to make developers' lives easier

3 releases

0.1.8 Nov 21, 2025
0.1.5 Nov 16, 2025
0.1.0 Nov 8, 2025

#1807 in Command line utilities

MIT license

37KB
1K SLoC

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

Dependencies

~5–16MB
~132K SLoC