working on monitors tui

This commit is contained in:
2025-08-11 11:09:10 -06:00
parent d402303e3e
commit bc64c6c87b
5 changed files with 716 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "monitor-tui",
"version": "0.1.0",
"description": "Rust rewrite launcher for GNOME Monitor TUI",
"scripts": {
"run": "nix run .#monitor-tui"
}
}