wfxr/forgit

:zzz: A utility tool powered by fzf for using git interactively.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 13th, 2026
Created on November 15th, 2017
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 167
Total Stargazers: 5,081 (+0)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.0 hours
Mean response time: 7.5 days
90th percentile: 10.5 days
Tracked items: 52

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 638 days
Stale 30+ days: 6
Stale 90+ days: 6

Recent activity

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

Top labels

  • help wanted (4)
  • feature request (3)
  • enhancement (2)
  • good first issue (2)
  • improvement (2)
  • bug (1)
  • can't repro (1)
  • minor feature (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

forgit is a command-line utility tool powered by fzf for using git interactively.

The tool addresses the friction of navigating git workflows by providing fuzzy-finder interfaces to common git operations. Rather than typing full git commands or remembering complex syntax, users interact with visual selectors to stage files, browse commit history, and generate gitignore files. The approach leverages fzf to present git data in an interactive, searchable format where users can filter and select items directly from the terminal.

The tool suits developers who work frequently with git from the command line and want to reduce cognitive load around command syntax. It works across Bash, Zsh, and Fish shells, making it accessible regardless of shell preference. The project is lightweight and designed for ease of use, so it fits well into existing shell configurations without heavy dependencies beyond fzf itself.

Development activity shows consistent engagement with the codebase through automated testing via continuous integration workflows and adoption of pre-commit hooks for code quality. The project maintains active community participation as reflected in its contributor base.