CLI client to use Blackbox AI
npm install blackboxai-cli
bash
npm install -g blackboxai-cli
`
Usage
To use Blackbox, simply run:
`bash
blackbox
`
When run without parameters, Blackbox will display an interface for you to type your question. Press Ctrl+D to finish.
If you use the --watch flag:
`bash
blackbox --watch
``