# Fakerr/git-recall

An interactive way to peruse your git history from the terminal

Repository: https://github.com/Fakerr/git-recall
Canonical: https://ross.abutalabs.com/products/git-recall
Language: Shell
License: MIT
License Family: permissive
Topics: git, command-line, log
Last push: 2021-04-22T21:42:18+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3518, "days_push": 1959, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

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

## What it is
git-recall is a shell-based interactive terminal tool for browsing git commit history, with filtering by author, date range, branch, and paths. It presents commits in a navigable list where users can expand diffs with keyboard shortcuts.

## Use cases
- review what I committed yesterday from the terminal
- browse a teammate's commits from the last 5 days
- interactively expand commit diffs in git history
- filter git log by author and date range
- see recent commits on a specific branch
- recall what contributors did on a repo this week

## When to choose
- you want a friendlier, interactive alternative to git log in the terminal
- you need to quickly review recent commits by author or date
- you prefer lightweight shell tools with minimal dependencies

## When to avoid
- you need a GUI or graphical git history viewer
- you are on Windows without a Bash 4.3+ environment
- you need advanced git log features like graph visualization or searching

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, version-control, developer-tools, terminal-ui
- domain: developer-tools, version-control
- platform: cli
- tags: git, git-history, interactive, shell-script, commit-log, command-line, linux, macos

## Member repositories
- Fakerr/git-recall (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:14.417172+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:53:40.701440+00:00, confidence not recorded.
  - readme: https://github.com/Fakerr/git-recall (fetched 2026-08-28T04:06:14.417172+00:00, sha 66dbc81aa93d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
