terminai
v1.1.3
Published
Generate CLI commands from natural language
Downloads
32
Maintainers
Readme
TerminAI
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
Installation
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
Usage
You can use TerminAI in two ways:
- Using the
terminai
command - Using the
tai
command
Show help
terminai # or terminai help
Run the interactive configuration
terminai config
Generate a command
terminai "create a file named test.txt"
This will generate the command based on the configuration you have set.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.