Files
tui-website/README.md
Yves Biener 5227a33d0a
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
Release Zig Application / Release zig project (release) Successful in 1m27s
mod: bump zig to master version; bump zterm dependency
Use progress example for initial tui-website test application.
2025-10-28 19:57:10 +01:00

651 B

Tui-Website

This is my terminal based website. It is served as a tui application via ssh and as a simple html page via https.

It contains information about me and my projects as well as blog entries about something I feel like writing something about.

Caution

Only builds using the zig master version are tested to work.

zterm

This tui application also serves as an example implementation of the zterm library.


Open tasks

  • Improve navigation
  • Have clickable/navigatable links inside of the tui application
  • Launch simple http server alongside tui application