Files
tui-diff/README.md
Yves Biener 5dba0d4408
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m41s
Intial project structure with zterm dependency and basic tui render/event loop
2025-11-26 17:55:46 +01:00

13 lines
221 B
Markdown

# tui-diff
TUI diff viewer for multiple VCS (i.e. svn, git, diff, etc.)
> [!caution]
> Only builds using the zig master version are tested to work.
Build the application as follows:
```sh
zig build --release=safe
```