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
10
11
mod cli;
mod format;
mod lang;
mod path;
mod time;

pub use cli::*;
pub use format::*;
pub use lang::*;
pub use path::*;
pub use time::*;