AI-Powered Terminal Assistant that converts natural language into shell commands using Google Gemini API, safely executes them, and learns from your command history.
- 🧠 AI-generated shell commands (Gemini API)
- 🔐 Safety confirmation before execution
- 📚 Bookmark favorite commands
- ⏳ Command history & auto-suggestions
sudo apt update
sudo apt install -y jq curl
git clone <your-repo-url>
cd ai-terminal-assistant
chmod +x *.sh