95e3ddbd9c
- 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)
10 lines
222 B
TOML
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"] }
|