ziggity
⚡️ Ziggity an ultra fast, keyboard driven terminal UI for Git, written in Zig.
File Explorer
Download Latest Version (.zip)- builtins.md
- c-interop.md
- code-review.md
- comptime.md
- language.md
- patterns.md
- std-allocators.md
- std-array-hash-map.md
- std-arraylist.md
- std-ascii.md
- std-atomic.md
- std-base64.md
- std-bit-set.md
- std-buf-map.md
- std-build.md
- std-c.md
- std-compress.md
- std-crypto.md
- std-debug.md
- std-enums.md
- std-fmt.md
- std-fs.md
- std-hash.md
- std-hashmap.md
- std-http.md
- std-io.md
- std-json.md
- std-linked-list.md
- std-log.md
- std-math.md
- std-mem.md
- std-meta.md
- std-multi-array-list.md
- std-net.md
- std-os.md
- std-priority-dequeue.md
- std-priority-queue.md
- std-process.md
- std-random.md
- std-segmented-list.md
- std-simd.md
- std-sort.md
- std-static-string-map.md
- std-tar.md
- std-testing.md
- std-thread.md
- std-time.md
- std-treap.md
- std-tz.md
- std-unicode.md
- std-uri.md
- std-zig.md
- std-zip.md
- std-zon.md
- style-guide.md
- .DS_Store
- SKILL.md
- .DS_Store
- .DS_Store
- ziggity.rb.tmpl
- release.yml
- FUNDING.yml
- ai-commit.tape
- async-fetch.tape
- checkout-track.tape
- commit-guide.tape
- credentials.tape
- demo-repos.sh
- demo.tape
- diffing.tape
- donut.tape
- force-push.tape
- graph-complex.tape
- recent-repos.tape
- screenshots.tape
- stash-keep.tape
- tabs.tape
- word-diff.tape
- wrap.tape
- ziggity-ai-commit.gif
- ziggity-async-fetch.gif
- ziggity-checkout-track.gif
- ziggity-commit-guide.gif
- ziggity-demo.mp4
- ziggity-diffing.gif
- ziggity-donut.gif
- ziggity-icon.svg
- ziggity-mouse.gif
- ziggity-tabs.gif
- ziggity-wrap.gif
- bench.py
- gitshim.c
- README.md
- website-metrics.json
- 01-overview.png
- 02-staging.png
- 03-commits.png
- 04-commit-graph.png
- 05-branches.png
- 06-tags.png
- 07-stash.png
- 08-commit-dialog.png
- 09-help.png
- 10-rebase-plan.png
- 11-about-splash.png
- 12-stash-menu.png
- 13-reset-menu.png
- 14-diffing-menu.png
- 15-credential-token.png
- 15-credential-user.png
- 16-commit-graph-complex.png
- 17-force-push.png
- 18-stash-keep.png
- 19-recent-repos.png
- 20-word-diff.png
- 21-wrap.png
- 22-android-termux.png
- 23-commit-metadata.png
- comparison.md
- configuration.md
- ENHANCEMENTS_OVER_LAZYGIT.md
- features.md
- IMPLEMENTATION_PLAN.md
- keybindings.md
- LAZYGIT_ALIGNMENT.md
- README.md
- actions.zig
- aiauthor.zig
- app.zig
- branches.zig
- commitgraph.zig
- commitops.zig
- commits.zig
- config.zig
- conflicts.zig
- credentials.zig
- diff.zig
- diffmode.zig
- diffwrap.zig
- donut.zig
- drills.zig
- editor.zig
- filetree.zig
- fixupbase.zig
- git.zig
- graphlanes.zig
- log.zig
- main.zig
- model.zig
- patch.zig
- prstatus.zig
- rebaseplan.zig
- recentrepos.zig
- root.zig
- staging.zig
- stash.zig
- textmatch.zig
- tui.zig
- worddiff.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 RecommendedPrerequisites
- 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
Was this content helpful?
(0 ratings)
