From 1c1e3f4688ac7d5b4ac30b0f4a5321064145c3e6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 12:35:27 +0100 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index 0093a1a..7098c41 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -10,7 +10,20 @@ # Version : 1.0 # Last Updated: 28/01/2025 # ========================================================== - +# Description: +# This script provides a set of utility functions used across +# ProxMenux to facilitate Proxmox VE management. +# +# - Defines color codes for consistent output formatting. +# - Implements a spinner-based loading animation. +# - Provides standardized message functions (info, success, error, warning). +# - Handles translation with caching to reduce API requests. +# - Initializes and manages a local cache for improved performance. +# - Loads language settings from a configuration file. +# +# These utilities ensure a streamlined and uniform user experience +# across different ProxMenux scripts. +# ========================================================== # Repository and directory structure REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"