Block a user
dashbox (0.19.0)
Published 2026-05-31 14:29:52 -05:00 by joe
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add dashbox@0.19.0About this package
dashbox
Ratatui TUI dashboard for minibox. Provides a live terminal interface for monitoring containers, benchmarks, CI status, git activity, todos, and architecture diagrams.
Tabs
| Tab | Description |
|---|---|
| Agents | AI agent run history from ~/.minibox/agent-runs.jsonl |
| Bench | Benchmark results from bench/results/ |
| History | Git commit timeline |
| Git | Working tree status and branch info |
| Todos | Doob todo list for the current project |
| CI | GitHub Actions run status |
| Diagrams | Mermaid architecture diagrams (built-in + user-defined .mmd files) |
Usage
just dash
# or
./target/release/dashbox
Diagrams
Built-in diagrams are embedded as .mmd source files in src/diagrams/. User-defined diagrams are loaded from ~/.minibox/diagrams/*.mmd at startup.
Dependencies
| ID | Version |
|---|---|
| anyhow | ^1 |
| crossterm | ^0.28 |
| dirs | ^6 |
| ratatui | ^0.29 |
| serde | ^1 |
| serde_json | ^1 |
| ureq | ^2 |
Details
2026-05-31 14:29:52 -05:00
Assets (1)
Versions (1)
View all
Cargo
2
MIT OR Apache-2.0
47 KiB
dashbox-0.19.0.crate
47 KiB
0.19.0
2026-05-31