aicmd
1.0.0
A CLI program that allows you to write shell commands using nautral language.
AICMD is based on Node.js. Install Node.js before proceeding. Minimum required version is Node.js 16.
Ollama is required for hosting local LLM.
Run it directly using npx:
npx aicmd create a javascript code file that prints hello world, and run it
Alternatively, install aicmd globally:
npm i -g aicmd
And then run it more easily each time:
aicmd create a javascript code file that prints hello world, and run it
Output:
echo console.log("Hello World!") > hello.js && node hello.js
Execute the command above? [y/N]
Buy me a coffee