Command Line¶
Zrythm comes with a few utilities below that can be used from the CLI.
zrythm¶
Zrythm executable.
-
-h
,
--help
¶
Prints a list of available options.
-
--pretty
¶
Pretty-prints the output (where applicable).
-
-p
,
--print-settings
¶
Prints all the user settings. Can be combined with
--pretty
to get pretty-printed output, like below.
-
--reset-to-factory
¶
Resets user settings to their default values.
Obs
Only affects the settings printed with
-p
. This will not affect any files in the Zrythm user path.Advarsel
This will clear ALL your user settings.
-
-v
,
--version
¶
Prints the Zrythm version.
zrythm_launch¶
Wrapper over zrythm that sets the correct paths before launching Zrythm. All of the options for zrythm can also be passed to zrythm_launch.