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
7
8
9
mod history;
mod sessions;
mod stats;
mod views;

pub use history::*;
pub use sessions::*;
pub use stats::*;
pub use views::*;