Yves Biener 9515def4fb
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
Replace vaxis with zterm (#1)
Vaxis sadly cannot be used for applications which want to serve their contents via ssh to the (remote) user.

Instead I wrote my own tui library [zterm](https://gitea.yves-biener.de/yves-biener/zterm), which this tui application now uses. This will serve two purposes:
1. implement the tui application and be servable through ssh (see [wish-serve](https://gitea.yves-biener.de/yves-biener/wish-serve))
2. serve as documentation and showcase of an example application for **zterm**

Reviewed-on: #1
2024-11-13 19:52:55 +01:00
2024-10-07 19:09:57 +02:00
2024-11-13 19:52:55 +01:00
2024-10-07 19:28:01 +02:00
2024-10-07 19:09:57 +02:00
2024-11-13 19:52:55 +01:00
2024-11-13 19:52:55 +01:00
2024-11-13 19:52:55 +01:00

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.

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
Description
Terminal User Interface which serves as my presonal website via ssh (see https://gitea.yves-biener.de/yves-biener/wish-serve)
Readme MIT 342 KiB
0.0.4 Latest
2025-11-08 12:55:48 +01:00
Languages
Zig 100%