Commit Graph

2 Commits

Author SHA1 Message Date
Taylor Eernisse
b7561c16d8 fix: clippy lint and multi-spacer distribution
- transcript.rs: use sort_by_key with Reverse instead of sort_by
  (clippy::unnecessary_sort_by)
- flex.rs: distribute extra space proportionally among multiple spacers
  instead of picking a single winner
- .gitignore: add .DS_Store entries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-26 17:04:42 -05:00
Taylor Eernisse
b55d1aefd1 feat: complete Rust port of claude-statusline
Port the entire 2236-line bash statusline script to Rust.
Implements all 25 sections, 3-phase layout engine (render, priority
drop, flex/justify), file-based caching with flock, 9-level terminal
width detection, trend sparklines, and deep-merge JSON config.

Release binary: 864K with LTO. Render time: <1ms warm.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 14:21:57 -05:00