heyy

Crates.ioheyy
lib.rsheyy
version0.1.5
sourcesrc
created_at2024-11-30 17:08:30.688112
updated_at2024-12-01 05:56:23.006128
descriptionGemini ai based cli
homepagehttps://crates.io/crates/heyy
repositoryhttps://github.com/HashiramaSenjuhari/gemini-cli
max_upload_size
id1466770
size34,519
Hariprasath (HashiramaSenjuhari)

documentation

https://docs.rs/heyy

README

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

To install heyy cli, follow these steps:

1. Install Rust

Ensure that you have Rust installed on your machine. You can check if Rust is installed by running:

rustc --version
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"
heyy tell <prompt>

Usage

heyy tell "What is the life?"
Commit count: 0

cargo fmt