# heyy cli **heyy cli** is a simple command-line tool designed to interact with the Gemini API. This tool allows you to query the Gemini service and generate responses based on the prompts you provide. ## Table of Contents - [Installation](#installation) - [Usage](#usage) - [Environment Variables](#environment-variables) - [Example Commands](#example-commands) - [License](#license) ## Installation To install **heyy cli**, follow these steps: ### 1. Install Rust Ensure that you have [Rust](https://www.rust-lang.org/learn/get-started) installed on your machine. You can check if Rust is installed by running: ```bash rustc --version ``` ```bash cargo install heyy ``` ## Env Setup #### Windows PowerShell ``` $env:GEMINI_API="" ``` #### Windows Bash ``` set GEMINI_API="" ``` #### On Linux/MacOS Bash ``` export GEMINI_API="https://api.gemini.com" ``` ```bash heyy tell ``` #### Usage ```bash heyy tell "What is the life?" ```