archive-pos / terminai

Generate cli commands with natural language

Home Page:https://terminai.tronic247.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Using the terminai command
  2. 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.

About

Generate cli commands with natural language

https://terminai.tronic247.com/


Languages

Language:TypeScript 100.0%