A proof-of-concept Gemini chat client written entirely in sh. [download]
curl -fLsSo ~/.local/bin/ask ask.angus.sh/install.sh
export GEMINI_API_KEY= # Your key ...
ask 'Ahoy!'
ask "I like root beer."
ask --related "Do I like root beer?"
ask --attach README.md "Summarize this."
cat *.js | ask "Consolidate these into a single TypeScript module." > mod.ts
ask --echo