Glitter 0.1.0
Glitter
Glitter is a git repository status pretty printer with support for:
- ANSI terminal formatting including colors and bold
- Compact format for requesting and customizing git status information
Intended to become part of a user's shell prompt via something like PROMPT_COMMAND
on bash.
Installation
To install glit
itself:
cargo install glit
or download the deb from this release.
Add it to your PROMPT_COMMAND
, following the example in the README.md
if you need some guidance.