# bigH/git-fuzzy

interactive `git` with the help of `fzf`

Repository: https://github.com/bigH/git-fuzzy
Canonical: https://ross.abutalabs.com/products/git-fuzzy
Language: Shell
License: MIT
License Family: permissive
Last push: 2026-06-19T06:03:40+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 2305, "days_push": 75, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2434, forks 45 (observed 2026-08-28T04:06:51.300674+00:00)

## What it is
git-fuzzy is an interactive command-line interface for git built on top of fzf, providing fuzzy-searchable views of status, branches, log, diff, reflog, stash, and GitHub pull requests. It is a shell script that augments standard git workflows with interactive selection and live diff searching.

## Use cases
- interactively stage and reset changes with fuzzy search
- browse and search git log with matching diffs
- search diffs from a query bar
- checkout branches via fuzzy finder
- browse stash and reflog entries interactively
- view files changed by a commit
- open and diff GitHub pull requests from the terminal

## When to choose
- you use git heavily in the terminal and want fzf-powered interactivity
- you want to search logs, diffs, and stashes without leaving the command line
- you prefer shell scripts with no runtime dependencies beyond fzf

## When to avoid
- you prefer GUI git clients
- you don't want to install or depend on fzf
- you need Windows-native support without a POSIX shell environment

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, version-control
- domain: developer-tools, version-control
- platform: cli, cross-platform
- tags: git, fzf, interactive, shell, terminal-ui, command-line, macos, linux

## Member repositories
- bigH/git-fuzzy (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:51.300674+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:31:08.346158+00:00, confidence not recorded.
  - readme: https://github.com/bigH/git-fuzzy (fetched 2026-08-28T04:06:51.300674+00:00, sha c159bc730cef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
