More work on the help display.

This commit is contained in:
stormdragon2976 2023-03-29 00:47:07 -04:00
parent 6702dc357b
commit 71cd45f781
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ fi
for i in "${!helpText[@]}" ; do
helpText[$i]="${helpText[$i]//${configPath}\/scripts\//}"
helpText[$i]="${helpText[$i]/.sh/}"
helpText[$i]="${helpText[$i]/, exec announce*/$'\n'}"
helpText[$i]="${helpText[$i]/, exec spd-say*/$'\n'}"
done
helpText+=("End of text. Please press Control+Home to jump to the beginning of this document.")
echo "${helpText[@]}" | yad --text-info --show-cursor --title "I38 help" --button "Close:0" --listen