zsh-git-prompt is a Z shell prompt script that displays rich Git repository information in your shell prompt, such as branch, ahead/behind status, staged changes, conflicts, and more. It enhances developer productivity in version-controlled workflows. There is now a Haskell implementation as well, which can be four to six times faster than the Python one. The reason is not that Haskell is faster in itself (although it is), but that this implementation calls git only once. You may redefine the function git_super_status (after the source statement) to adapt it to your needs (to change the order in which the information is displayed).
Features
- Shows current Git branch in the prompt
- Indicates distance to remote branches (ahead/behind) with visual symbols
- Displays number of staged, modified, untracked, and conflicted files
- Supports summary display when working on detached HEAD (commit hash shown)
- Simple integration via sourcing zshrc.sh in .zshrc
- Packaged for systems like Homebrew with easy install (brew install zsh-git-prompt)
Categories
GitLicense
MIT LicenseFollow zsh-git-prompt
Other Useful Business Software
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of zsh-git-prompt!