Initial implementation

This commit is contained in:
2026-08-26 15:13:41 +01:00
commit 7e28074eff
18 changed files with 2306 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Rex
Run the public and management servers:
```console
uv run rex server
```
Open the terminal management interface in another shell:
```console
uv run rex manage
```
The manager connects to `http://127.0.0.1:8001` by default. Use
`uv run rex manage --url http://host:port` to connect elsewhere. The footer
shows all controls: `H/L` switch tabs, `h/j/k/l` move, `y` copies the selected
value, `n` creates a key or device, `a` adds an action, `d` deletes the
selection, `r` refreshes, and `q` quits.