640e1348aa
- parse status JSON from stdin and render a single status line - widgets: model+thinking, context %, directory, git, token speed, rate limits - coloring: green-to-red gradient plus fixed per-widget colors - `test` subcommand previews all widgets with synthetic data - braille-blank placeholder on the second line
10 lines
177 B
TOML
10 lines
177 B
TOML
[package]
|
|
name = "statusline"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.45"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.150"
|