Assorted shell and Python scripts

Display query to stdout

Changed files
+2
+2
gemma3
···
MESSAGE=$(gum write --placeholder="Ask Gemma3...")
RESPONSE=$(gum spin -s "dot" --title="Generating response..." --show-output -- curl -s -S -H "Content-Type: application/json" -X POST -d '{
"model": "gemma3:27b",
"messages": [{"role": "user", "content": "'"$MESSAGE"'"}],
···
MESSAGE=$(gum write --placeholder="Ask Gemma3...")
+
gum style --padding="1 2" --border-foreground="#a6e3a1" --border="normal" "$MESSAGE"
+
RESPONSE=$(gum spin -s "dot" --title="Generating response..." --show-output -- curl -s -S -H "Content-Type: application/json" -X POST -d '{
"model": "gemma3:27b",
"messages": [{"role": "user", "content": "'"$MESSAGE"'"}],