idliketo
v1.0.3
Published
An util aiming to interact with shell by natural language
Downloads
2
Readme
IdLikeTo
IdLikeTo is an util aiming to interact with shell by natural language
It require to have an OpenAI API key
Usage : idliketo <your request>
eg. idliketo list files in the current directory
Special commands :
--help, -h : display this help
--version, -v : display the version
--clear-api-key : clear the OpenAI API key
Install
IdLikeTo is available on npm
npm install -g idliketo
or directly with npx
npx idliketo <your request>