gitui-org/gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 2nd, 2026
Created on March 16th, 2020
Open Issues & Pull Requests: 344 (+0)
GitHub issues: Enabled
Number of forks: 770
Total Stargazers: 22,470 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.2 hours
Mean response time: 48.3 days
90th percentile: 138.7 days
Tracked items: 196

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 4 hours, while "bug" waits about 24 hours. 71% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 143
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 619 days
Stale 30+ days: 133
Stale 90+ days: 113

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • bug (114)
  • feature-request (91)
  • good first issue (27)
  • enhancement (13)
  • help wanted (12)
  • pinned (8)
  • nostale (6)
  • spam (5)

Detailed Description

gitui is a terminal user interface for git written in Rust that prioritizes speed and responsiveness in interactive git operations.

The tool addresses the friction of using git through traditional command-line interfaces by providing a visual, keyboard-driven interface within the terminal. It renders git operations asynchronously, allowing users to browse repositories, stage changes, view diffs, and manage commits through an interactive UI rather than typing individual git commands. The Rust implementation enables the tool to execute these operations with minimal latency.

Developers working primarily in terminal environments who find themselves frequently switching between git commands and other tools may benefit from consolidating their workflow into a single interface. The project suits those who prefer visual feedback on repository state and staged changes without leaving the terminal. It works well for developers who value keyboard-driven navigation and want faster interaction with git than traditional command-line approaches provide.

The project shows consistent development activity with regular commits addressing bug fixes, feature additions, and maintenance. Pull requests are reviewed and merged steadily, indicating an active maintainer presence. The codebase receives updates that expand functionality and improve the user experience based on community feedback. Issue discussions demonstrate engagement with user-reported problems and feature requests, with resolutions being implemented over time.