← Back to tools
View AGENTS.md for gitsummary
gitsummary
A better git status with stashes, file statuses, and branch list
Description
gitsummary provides a better git status that lists stashes, file statuses, branch list, all nicely formatted with color. It gives a comprehensive overview of your git repository state.
When to use this tool
✓ Good fit when
- You want more information than git status provides
- You want a quick repository overview
✕ Avoid when
- You prefer standard git status
- You use a Git TUI like gitui or lazygit
AI Summary
An enhanced git status command showing stashes, file statuses, and branches in a formatted display.
Capabilities
- + Display enhanced git status information
- + Show stash list alongside status
- + List branches with color formatting
- + Comprehensive repository overview
Use When
- → You want more information than git status provides
- → You want a quick repository overview
Avoid When
- x You prefer standard git status
- x You use a Git TUI like gitui or lazygit