Yves Biener 9bfeea89d9
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m26s
mod: read file from argument for diff contents
For example you can run the following bash command:

```bash
tui-diff <(git diff)
```

With this command you create a temporary file containing
contents of the `git diff` command and is provided to
`tui-diff` to open and render.
2026-01-10 18:18:44 +01:00
2025-11-26 17:09:26 +01:00

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:

zig build --release=safe
Description
Diff visualizer as TUI application for different VCS (i.e. svn, git, diff, etc.)
Readme MIT 74 KiB
Languages
Zig 100%