I got tired of using curl
to make API calls to Gemini just to have an "AI" in my terminal. I wanted something that could also maintain context. The web felt and is bloated, so I built this snazzy CLI tool instead.
- Get a Gemini API key from ai.google.dev.
- Export the key as an environment variable:
export GOOGLE_API_KEY=your_api_key_here
- Run the application using:
make run
or
go run cmd/main.go
- Enter → Send message
- Ctrl + C → Close the app
- Tab / Ctrl + Right → Next tab
- Shift + Tab / Ctrl + Left → Previous tab