Ziggity – A terminal UI for Git, written in Zig
Ziggity is a lightweight, keyboard-driven terminal UI for Git written in the Zig programming language, offering a lazygit-style workflow with features like staging, committing, branching, rebasing, and history inspection. Built with explicit memory ownership and plain git subprocesses rather than external libraries, it provides core Git functionality through panels for status, files, branches, commits, and stash with live diff preview. The tool is available for macOS, Linux, and Windows via Homebrew or prebuilt static binaries.
Read Full Article →