# Git status display

> AI-ranked search results for `git metadata display` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 113 total matches; showing the top 4.

Explore on the web: https://awesome-repositories.com/q/git-metadata-display

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/git-metadata-display).**

## Results

- [arzzen/git-quick-stats](https://awesome-repositories.com/repository/arzzen-git-quick-stats.md) (6,995 ⭐) — git-quick-stats is a command-line tool for calculating commit counts, line changes, and contributor metrics from Git history. It functions as a repository statistics tool, metrics generator, and contribution analyzer that extracts quantitative data from Git logs.

The tool distinguishes itself through the ability to generate frequency maps and activity trends to visualize development momentum over time. It provides specific controls to isolate project history by toggling the visibility of merge commits.

The software covers a broad range of analytics, including contributor impact tracking and
- [jesseduffield/lazygit](https://awesome-repositories.com/repository/jesseduffield-lazygit.md) (79,339 ⭐) — Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without relying solely on manual command-line input.

The tool distinguishes itself by automating complex version control tasks that typically require multiple manual steps. It provides specialized interfaces for interactive rebasing, commit history amendment, and binary search-based regress
- [tomgi/git_stats](https://awesome-repositories.com/repository/tomgi-git-stats.md) (1,089 ⭐) — Git stats is a command-line utility and reporting tool that analyzes project activity and generates statistical insights from source code version control data. It functions as a Git history analysis tool and repository analytics generator, processing historical commit logs and file modification patterns to track how codebases grow and change over time.

The application operates through a command-line interface execution pipeline that parses raw repository logs and commit streams directly into structured data records. It includes an incremental activity aggregator that rolls up individual commi
- [fakerr/git-recall](https://awesome-repositories.com/repository/fakerr-git-recall.md) (2,112 ⭐) — Git-recall is a terminal-based application designed to visualize, navigate, and audit local repository commit history and file modifications. It functions as an interactive command-line interface that allows users to browse project evolution and track specific code changes directly from the shell environment.

The tool distinguishes itself by providing an interactive interface for inspecting commit logs and line-level code changes. It utilizes a lazy-loaded stream to fetch repository history in incremental chunks, ensuring performance when navigating large project logs. Users can refine their
