eazygit-0.3.0 is not a library.
Visit the last successful build:
eazygit-0.5.1
Eazygit
A fast TUI for Git with reliable staging, conflicts navigation, interactive rebase controls, and a palette-first workflow.
Install
- From source:
cargo install --path .(orcargo build --releaseand usetarget/release/eazygit). - Config lives at
~/.config/eazygit/config.toml(auto-created on first run). Theme changes persist after you pick them in the palette.
Run
Features (brief)
- Palette-driven commands for staging, conflicts jump/filter, merge notifier, interactive rebase (continue/abort/skip/edit with inline todo editing).
- Hunk/line staging with apply/unstage patches.
- Merge/pull safeguards (ff-only guard, timeouts), PR helper, auto-fetch toggle, delta side-by-side when available.
- Custom background images with glassmorphism effect and optional font customization.
Visual Customization
Background Images
Add a background image with customizable transparency to your terminal UI:
# In ~/.config/eazygit/config.toml (Linux/WSL)
# Or ~/Library/Application Support/eazygit/config.toml (macOS)
= "bundled:1" # Use bundled gradient (1, 2, or 3)
# OR
= "/path/to/your/image.jpg" # Use custom image
= 0.3 # 0.1 = subtle, 0.5 = strong
Bundled Backgrounds:
bundled:1- Blue/Purple gradientbundled:2- Dark nebulabundled:3- Geometric shapes
Note: Due to terminal cell limitations, images are rendered at terminal resolution (~200x50 cells). This creates an intentional "pixel art" aesthetic. For smooth high-resolution backgrounds, use your terminal emulator's native background feature instead.
Custom Fonts (Optional)
= "JetBrainsMono Nerd Font"
= 14
Note: Font support varies by terminal (iTerm2, xterm with OSC 50 support).
Notes
- Requires git and a modern terminal. Fonts are controlled by your terminal; optional
font_family/font_sizeare stored in config for external use. - Themes include dark, light, nord, dracula, gruvbox, everforest, onedark; you can add custom themes via TOML under
~/.config/eazygit/themes/.