xline is a small Rust Claude Code Statusline.
- keyboard-driven TUI editor built with
ratatui - starter themes written automatically on first run
- plain, Nerd Font, emoji, and powerline-style rendering
- configurable components for model, directory, git, usage, cost, session, and output style
# Build from source:
cargo build --release
# install locally
cargo install --path .Run xline in a terminal to open the theme editor:
xlineAdd to Claude Code by editing ~/.claude/settings.json and adding/editing the top-level property:
"statusLine": {
"type": "command",
"command": "xline",
"padding": 0
}This project drew inspiration and themes from CCometixLine.