Metadata-Version: 2.4
Name: akscmd
Version: 0.1.0
Summary: Natural language → shell command, with optional <...> Enter interception
Author: Amit Kumar Singh
License: MIT
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# akscmd

Natural language → shell command using Gemini.  
Works as:
- `akscmd "<create a folder named apple>"` → prints & (optionally) runs `mkdir apple`
- Optional shell hook so typing `<create a folder named apple>` and pressing **Enter** runs the command directly.

## Quick start
```bash
pip install akscmd
export AKSCMD_GEMINI_API_KEY="YOUR_KEY"
akscmd "<create a folder named apple>" --yes
