| Crates.io | starship-jj |
| lib.rs | starship-jj |
| version | 0.7.0 |
| created_at | 2025-02-26 20:10:21.444096+00 |
| updated_at | 2025-11-21 18:03:18.00162+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 | 275,201 |
cargo install starship-jj --locked
starship.toml:format="""
...
${custom.jj}\
...
"""
#...
[custom.jj]
command = "prompt"
format = "$output"
ignore_timeout = true
shell = ["starship-jj", "--ignore-working-copy", "starship"]
use_stdin = false
when = true
Note there is no built-in way to automatically disable git modules in colocated repos.
starship-jj will load a configuration toml file either from the location provided via the --starship-config argument or from your OS's default config directory:
$XDG_CONFIG_DIR/starship-jj/starship-jj.toml%APPDATA%/starship-jj/starship-jj.tomlIf no config file exists, 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.