Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ terminai Public archive

Generate cli commands with natural language

Notifications You must be signed in to change notification settings

archive-pos/terminai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published