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