Rewrite the statusline in Rust — single binary, cross-platform, near-zero cold start
This issue proposes rewriting the statusline script from Bash to Rust. The goal is to create a single, cross-platform binary that offers significantly faster cold starts, addressing the current performance bottleneck of spawning a new process every second. This rewrite aims to simplify cross-platform compatibility and eliminate external dependencies like `jq`.