View on GitHub

Ventana Documentation

Documentação do Ventana em múltiplos idiomas.

English Português

Ventana Documentation

Configurations

Ventana uses a JSON configuration file to store user preferences, including language, connection history path, message directory, and other settings. Below are the main configurations and how to use them.

Configuration File Structure

Ventana creates a default configuration file on its first run.

Example of a ventana.json configuration file:


{
  "language": "en",
  "history_file": "/home/usuario/.config/ventana/history.csv",
  "message_directory": "./messages",
  "default_retry_count": 3,
  "default_retry_delay": 5,
  "config_file_path": "/home/usuario/.config/ventana/ventana.json",
  "scripts_directory": "/home/usuario/.config/ventana/scripts"
}

Configuration Explanation