Expand description
GitKraft TUI — terminal user interface built with Ratatui.
This crate provides a full-featured Git IDE experience in the terminal,
powered by gitkraft_core for all Git operations and ratatui for
rendering.
§Entry point
Call run with an optional repository path to start the TUI application.