claude-code-status-line 1.2.2

A configurable status line for Claude Code with powerline arrows, context tracking, and quota monitoring
Documentation
1
2
3
4
5
6
7
8
9
pub mod colors;
pub mod config;
pub mod context;
pub mod git;
pub mod quota;
pub mod render;
pub mod statusline;
pub mod types;
pub mod utils;