Private
Public Access
1
0

kptui: initial commit

This commit is contained in:
2025-12-14 17:50:37 -08:00
parent f4402292a1
commit 68bb94aa0b
7 changed files with 1569 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ Workspace members:
- Linux: DBus
- macOS: XPC (see notes below)
- `kpcli/` — Commandline interface for interacting with the API, DB, and daemon.
- `kptui/` — Terminal UI client (Ratatui) for reading and replying to chats via the daemon.
- `utilities/` — Small helper tools (e.g., testing utilities).
## Build
@@ -65,4 +66,3 @@ cargo run -p kpcli -- --help
- TLS/WebSocket: the `kordophone` crate includes `rustls` and installs a crypto provider at process start.
- DB: `kordophone-db` includes Diesel migrations under `kordophone-db/migrations/`.