Instant answers to your CLI questions in the CLI of your choice.
To install Coco CLI, make sure you have Python 3.x installed. Then, use pip to install it:
pip install cocoai
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
To set or reset your OpenAI Token, use the following command:
coco -t <Your OpenAI Token>