/auto-copilot-cli

Auto Copilot is a CLI tool that uses OpenAI models to generate commands for the terminal and file system operations to achieve a goal.

Primary LanguageTypeScriptMIT LicenseMIT

Auto Copilot CLI

logo

npm Node.js Package MIT License auto-copilot-cli npm downloads

Description

Auto Copilot is a CLI tool that uses OpenAI models to generate commands for the terminal and file system operations to achieve a goal.

Installation

npm install -g auto-copilot-cli

Requirements

Options

  • -a, --auto-execute - Enable auto execute mode (default: false) - Deprecated
  • -m, --model <modelName> - OpenAI model name (default: "gpt-3.5-turbo")
  • -h, --help - display help for command
  • -V, --version - output the version number

Demo

demo.MOV

Usage example

Rename all files in the current directory to lowercase

auto-copilot-cli rename all files in the current directory to lowercase

Convert all images in the current directory to size 100x100

auto-copilot-cli convert all images in the current directory to size 100x100

Create a file with implementation of binary search

auto-copilot-cli create js file with implementation of binary search

Create a PDF file with top 10 movies

auto-copilot-cli create pdf file with top 10 movies

Create a Koa.js project

auto-copilot-cli create koa.js project should have a route /hello that returns Hello World!

Start PostgreSQL in Docker

auto-copilot-cli start postgresql in docker