From afdfdb4329375f063fcb79c3806c38a9c6174f7c Mon Sep 17 00:00:00 2001 From: solidpulse <46021572+solidpulse@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:07:11 +0000 Subject: [PATCH] Update README.md to include NatsDash application - Basically a NATS GUI Super happy to include NatsDash that I have been recently working on. The initial version of it used Terminal.Gui using c#, I almost gave up due to how complicated and verbose it was. Then I switched to Tview and it is such a joy to work with. Thanks for all the work, couldn't have been possible without tview. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3022012..d1e838b 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ For a presentation highlighting this package, compile and run the program found - [envolve: Terminal based interactive app for manage enviroment variables](https://github.com/erdemkosk/envolve) - [zfs-file-history: Terminal UI for inspecting and restoring file history on ZFS snapshots](https://github.com/markusressel/zfs-file-history) - [fan2go-tui: Terminal UI for fan2go](https://github.com/markusressel/fan2go-tui) +- [NatsDash: Terminal UI for NATS Jetstream](https://nats-dash-gui.returnzero.win/) ## Documentation