Files
statusline/Cargo.toml
T
chuan 95e3ddbd9c feat: add install command to configure statusLine in settings.json
- locate Claude config via CLAUDE_CONFIG_DIR or ~/.claude
- scope arg: user (default), project, or local
- preserve existing settings and key order; back up to .bak
- set statusLine command to the quoted current executable path (handles spaces)
2026-06-25 19:09:37 +08:00

10 lines
222 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 = { version = "1.0.150", features = ["preserve_order"] }