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
pub mod status;
pub mod diff_reducer;
pub mod branch_reducer;
pub mod commit_reducer;
pub mod stash_reducer;
pub mod tag_reducer;
pub mod reflog_reducer;
pub mod ui_reducer;
pub mod palette_reducer;
pub mod async_reducer;