Configuration
jjj
piggybacks off Jujutsu’s configuration, allowing you to easily make
changes at the user and repo levels. You can run the following to set values:
# Example: Skip the splash screen on startupjj config set --user jjj.splash.skip true
Logging
Configure how jjj
fetches logs from Jujutsu.
jjj.log.poll_interval_ms
: How frequentlyjjj
should check the status of the current repository. Defaults to1000
.
Splash screen
Configure jjj
’s splash screen.
jjj.splash.skip
: Whether to skip the splash screen on startup. Defaults tofalse
.jjj.splash.total_duration_ms
: The total max duration the splash screen should be displayed for. Defaults to1950
.jjj.splash.line_interval_ms
: The duration between splash screen animation frames. Defaults to150
.