ziggity

(★ 252)

⚡️ Ziggity an ultra fast, keyboard driven terminal UI for Git, written in Zig.

  • .gitignore
  • build.zig
  • build.zig.zon
  • LICENSE
  • README.md
  • release.sh

# Installation Guide

1. Get the code
git clone https://github.com/simoarpe/ziggity

Downloads the entire project code from GitHub to your computer.

cd ziggity

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
brew install simoarpe/ziggity/ziggity

Installs the pre-built package via Homebrew — no source build required.

brew tap simoarpe/ziggity

Registers this project's repository (tap) with Homebrew.

brew install ziggity

Installs the pre-built package via Homebrew — no source build required.

After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation