# `gptsh` - The AI-powered, noob-friendly interactive shell drawing # Getting Started ### Install ```bash cargo install gptsh ``` ### Usage As an interactive shell: `gptsh` Execute a single command: `gptsh -- list current directory` Execute a script (written in natural language!): `gptsh ./examples/simple.gsh`