A powerful command-line interface that replicates Claude CLI functionality using Groq API.
- 🚀 Interactive coding assistant
- 📁 File creation and modification
- 🔍 Code analysis and refactoring
- 💻 Multi-language support
- 🎨 Syntax highlighting
- 📝 Context-aware conversations
# Clone the repository
git clone <your-repo-url>
cd groq-cli
# Install dependencies
pip install -r requirements.txt
# Or install in development mode
pip install -e .
# Set up environment variables
cp .env.example .env
# Edit .env and add your GROQ_API_KEY# Start interactive session
groq-cli
# Or with a direct prompt
groq-cli "Create a NextJS calculator app"/help- Show help message/clear- Clear conversation history/exit- Exit the CLI/save- Save conversation/files- List modified files