README.md

July 8, 2025 ยท View on GitHub

logo

Make Bash your mate โ€” with natural language commands powered by Groq AI

Bashmate is a command-line tool written in bash and powered by Groq AI. It allows you to convert plain English instructions into valid Bash commands effortlessly.

Whether you're a beginner learning the command line or a pro looking to save time, Bashmate makes Bash more accessible and conversational.

๐Ÿš€ Why bashmate?

Unlike other tools or fancy AI terminals, bashmate is:

  • โšก๏ธ Fast โ€” works right in your terminal
  • ๐Ÿง  Smart โ€” powered by Groq AI
  • ๐Ÿชถ Lightweight โ€” no bulky GUI or shell extensions
  • ๐Ÿ› ๏ธ Hackable โ€” open-source and easy to extend
  • ๐ŸŒ Multi-language โ€” understands commands in multiple languages via Groq AI

๐Ÿ”ง Installation

git clone https://github.com/algobuddha/bashmate.git
cd bashmate
npm install
npm link

๐Ÿ—๏ธ API Key setup

  1. Got to https://console.groq.com/keys
  2. Create an account.
  3. Generate an API Key.
  4. Create a .env file in project directory.
  5. GROQ_API_KEY =YOUR KEY

๐Ÿ’ก Example

logo