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.
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
git clone https://github.com/algobuddha/bashmate.git
cd bashmate
npm install
npm link- Got to https://console.groq.com/keys
- Create an account.
- Generate an API Key.
- Create a
.envfile in project directory. GROQ_API_KEY =YOUR KEY

