gitkraft-tui 0.9.1

GitKraft — Git IDE terminal application (Ratatui TUI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod branches;
pub mod commits;
pub mod diff;
pub mod editor;
pub mod options;
pub mod remotes;
pub mod repo;
pub mod skeleton;
pub mod staging;
pub mod stash;
pub mod theme;