TerminAI is a simple, easy to use, and free CLI tool to generate CLI commands from your natural language.
Support me | Star on GitHub | Follow me on Twitter | Follow me on GitHub
You need to have Node.js v16 or higher installed on your system. You can download it from here.
NOTE: You need an OpenAI API key to use TerminAI. You can get one from here.
npm install -g terminai
You can use TerminAI in two ways:
- Using the
terminai
command - Using the
tai
command
terminai # or terminai help
terminai config
terminai "create a file named test.txt"
This will generate the command based on the configuration you have set.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.