cli-assistant
v0.0.3
Published
ai powered shell
Downloads
3
Readme
Cli Assistant
A CLI that converts natural language into shell commands.
Setup
- Install
Cli Assistant
:
npm install -g cli-assistant
Get your API key from OpenAI
Save the key:
cli-assistant config set OPENAI_KEY <your token>
Usage
cli-assistant prompt <your prompt>
# or use the `ai` alias
ca <your prompt>