Crates.io | starship-jj |
lib.rs | starship-jj |
version | 0.6.0 |
created_at | 2025-02-26 20:10:21.444096+00 |
updated_at | 2025-09-10 04:51:18.169298+00 |
description | starship plugin for jj |
homepage | https://gitlab.com/lanastara_foss/starship-jj |
repository | https://gitlab.com/lanastara_foss/starship-jj |
max_upload_size | |
id | 1570895 |
size | 228,017 |
starship plugin for jj
cargo install starship-jj --locked
format="""
...
${custom.jj}\
...
"""
#...
[custom.jj]
command = "prompt"
format = "$output"
ignore_timeout = true
shell = ["starship-jj", "--ignore-working-copy", "starship"]
use_stdin = false
when = true
starship-jj will load a configuration toml file either from the location provided via the --starship-config argument or from you OSs default config dir (Linus: "$XDG_CONFIG_DIR/starship-jj/starship-jj.toml" Windows: "%APPDATA%/starship-jj/starship-jj.toml").
If no config file exist starship-jj will use some sane default values.
You can see the default config location by using starship-jj starship config path
.
You can also print the default configuration using starship-jj starship config default
The Repository also contains a starship-jj.toml file with all possible keys and documentation.