claude-dashboard 0.2.2

A terminal TUI dashboard that renders Claude Code usage reports with token stats, project breakdowns, and language distribution.
Documentation
1
2
3
4
5
6
pub mod app;
pub mod data;
pub mod i18n;
pub mod llm;
pub mod ui;
pub mod utils;