>_

forgit

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

How to install forgit

brew install forgit

forgit use case

Perform common Git operations interactively using fuzzy search via fzf.

When to use forgit

  • Selectively stage files with fuzzy search instead of manual git add -i
  • Quickly browse and checkout branches by fuzzy matching names
  • Interactively view git log, diff, stash, and rebase with fzf preview

When not to use forgit

  • When you need non-interactive or scripted git operations
  • When fzf is not installed or cannot be used in the current terminal environment

forgit features

  • · Interactive git add with file selection via fzf
  • · Interactive git log with commit selection and diff preview
  • · Interactive branch checkout and deletion with fuzzy search
  • · Interactive stash management and git rebase operations

Want your agent to find this automatically?

Add the MCP server to your agent config and it will discover tools like forgit on its own.

Set up MCP →

Similar tools to forgit