Interact with terminal using natural language. Copilot CLI alternative powered by Gemini AI.
List files in current directory
List git commit log containing word "add"
- Go 1.18+
- Git
Set Gemini API_KEY to API_KEY=
in .env
file
go build
./gmn howto list all files in current directory
./gmn howto list git commit log containing word "add"
Contributions are welcome!