Configuration file for RRPM
config.toml is the file used to configure settings for RRPM. It is located in %LOCALAPPDATA%\rrpm on Windows and ~/.config/rrpm on Unix.
config.toml
%LOCALAPPDATA%\rrpm
~/.config/rrpm
dir: String that determines the location of where to store projects.
dir
ext_dir: String that determines the location of where to look for extensions.
ext_dir
display_output: Boolean that determines if the raw output of the commands ran or shown or not.
display_output
ignore_extension_load_error: Boolean that determines whether to ignore extension loading errors or not.
ignore_extension_load_error
presets: List of strings where each determines the file name of a preset extension.
presets
hooks: List of strings where each determines the file name of a hook extension.
hooks
Last updated 3 years ago