🧞 CmdGenie

Transform natural language into precise command line instructions using AI. No more memorizing complex commands!

$ cmdgenie "find all PDF files in current directory"
🤖 Generating command...
💡 Generated command: find . -name "*.pdf" -type f
🚀 Execute this command? (y/N):

Powerful Features

Multiple AI Providers

Support for OpenAI, Anthropic, Google, and Cohere. Choose your preferred AI model.

Cross-Platform

Works seamlessly on macOS, Windows, and Linux. One tool, all platforms.

Safe Execution

Preview commands before execution. Your safety is our priority.

Easy Configuration

Simple setup with persistent configuration. Set it once, use it forever.

Lightning Fast

Get commands in seconds. No more searching through documentation.

Natural Language

Describe what you want in plain English. No technical jargon required.

Quick Installation

1

Install via NPX

No installation required! Use NPX to run CmdGenie instantly:

npx cmdgenie "your command request"
2

Configure AI Provider

Set up your preferred AI provider (OpenAI example):

cmdgenie --update-llm openai sk-your-api-key
3

Start Using

Generate commands from natural language:

cmdgenie "find all large files"

Usage Examples

File Operations

cmdgenie "find all PDF files"
cmdgenie "delete old log files"
cmdgenie "copy images to backup"

Process Management

cmdgenie "kill process on port 3000"
cmdgenie "show running processes"
cmdgenie "restart nginx service"

System Info

cmdgenie "show disk usage"
cmdgenie "check memory usage"
cmdgenie "list installed packages"