Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 895 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 895 Bytes

gemini-cli

Interact with terminal using natural language. Copilot CLI alternative powered by Gemini AI.

Overview

List files in current directory

list_files

List git commit log containing word "add"

list_gitlog

Getting Started

Prerequisites

  • Go 1.18+
  • Git

Installation

Set Gemini API_KEY to API_KEY= in .env file

Build

go build

Usage

./gmn howto list all files in current directory
./gmn howto list git commit log containing word "add"

Contributing

Contributions are welcome!