Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 634 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 634 Bytes

Coco - Your CLI Assistant

Instant answers to your CLI questions in the CLI of your choice.

Installation

To install Coco CLI, make sure you have Python 3.x installed. Then, use pip to install it:

pip install cocoai

Usage

Ask anything

Ask Coco anything, and it will fetch the right CLI command for you:

coco "How do I list files in a directory?"

You can even skip the quotes:

coco How do I list files in a directory?

Or simply:

coco -a

Resetting Your Token

To set or reset your OpenAI Token, use the following command:

coco -t <Your OpenAI Token>