a rust based tui an alternative to sourcetree

Gitwig (derived from Git + Twig, representing repository branches) is a lightweight, keyboard-driven Terminal Git UI (TUI) designed as a fast, minimal alternative to desktop Git GUI clients like SourceTree and terminal clients like lazygit. Built with Rust and ratatui, Gitwig presents all your Git repositories, worktrees, stashes, and branches in a clean, interactive bordered layout directly inside your terminal window.
$ brew tap tareqmy/tap && brew install gitwig$ curl -fsSL https://raw.githubusercontent.com/tareqmy/gitwig/master/scripts/install.sh | sh$ irm https://raw.githubusercontent.com/tareqmy/gitwig/master/scripts/install.ps1 | iex$ choco install gitwig$ cargo install gitwigto comment.