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
9
10
11
pub mod background;
pub mod font;
pub mod style;
pub mod terminal_detect;
pub mod terminal_hints;
pub mod iterm2_renderer;

pub use background::BackgroundManager;
pub use terminal_detect::{TerminalType, GraphicsCapability};
pub use iterm2_renderer::ITerm2ImageRenderer;
pub use terminal_hints::{get_background_hint, HintsConfig};