eazygit 0.5.1

A fast TUI for Git with staging, conflicts, rebase, and palette-first UX
Documentation
1
2
3
4
5
6
7
8
pub mod command;
pub mod registry;
pub mod filter;
pub mod handler;
pub mod render;

pub use handler::PaletteHandler;
pub use render::PaletteRenderer;