11 Commits

Author SHA1 Message Date
9bfeea89d9 mod: read file from argument for diff contents
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m26s
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
b950deda6b mod(ci): update location of external setup-zig
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 58s
2026-01-08 23:26:44 +01:00
0b34a432d1 fix(lint): format using zig fmt
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 50s
2026-01-08 23:23:05 +01:00
6d48af9fca doc: testing string for bigger diff example to test
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 42s
Maybe this input string can be re-used for a potential integration-test?
2026-01-08 23:21:11 +01:00
3e9fc4ce9b fix: memory leak; add: keybindings J and K for file navigation 2026-01-08 23:20:33 +01:00
8d98d3226a feat(tree): make left side of the tree only take as much space as necessary 2026-01-08 23:19:44 +01:00
8c4b8643af WIP: first working version
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 55s
It still has a minor memory leak and has at least two hacks
implemented that I would like to improve on.
2025-11-29 12:19:07 +01:00
1485385735 mod: simplify Container and Element creation with updated zterm behavior
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m9s
2025-11-27 21:23:36 +01:00
da9e4c89f3 mod: bump zterm dependency 2025-11-27 21:23:11 +01:00
5dba0d4408 Intial project structure with zterm dependency and basic tui render/event loop
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m41s
2025-11-26 17:55:46 +01:00
ae64674873 Initial commit 2025-11-26 17:09:26 +01:00