Xentara v2.0.1
User Manual
Location of the Model File

Default Location

Linux

Under Linux, Xentara looks for the model file in a number of default directories, until it finds a file named model.json. The following locations are tried, in order:

  • ${HOME}/.config/xentara/model.json
  • /etc/xdg/xentara/model.json

You can specify additional search directories on the command line using the option --config-dir=<path>, where <path> is be the path to a directory to search. You can specify this option more than once to add multiple directories to the search path. The additional directories are searched in the order they appear on the command line, before the default directories listed above.

Note
The equal signs can be omitted from options to facilitate file name completion when using the bash shell. This means that you can write --config-dir <path> instead of --config-dir=<path>.

You can override the searched directories as described in the XDG Base Directory Specification.

Windows

Under Windows, Xentara looks for the model file in a number of default directories, until it finds a file named model.json. The following locations are tried, in order:

  • %LOCALAPPDATA%\Xentara\Config\model.json
  • %ProgramData%\Xentara\Config\model.json

You can specify additional search directories on the command line using the option -ConfigDir <path>, where <path> is be the path to a directory to search. You can specify this option more than once to add multiple directories to the search path. The additional directories are searched in the order they appear on the command line, before the default directories listed above.

Custom Location

You can specify a different model file on the command line using the option --model=<path> under Linux, or -Model <path> under Windows. <path> must be the path to the model file.

Note
Under Linux, the equal signs can be omitted from options to facilitate file name completion when using the bash shell. This means that you can write –model <path> instead of –model=<path>.