Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.49 KB

README-en.md

File metadata and controls

54 lines (40 loc) · 1.49 KB
简体中文 | English

Logo

CMDGPT | Manipulate command line with natural language

Release Version Pypi

cmdgpt演示-online-video-cutter com

Install

pip install cmdgpt

Error: command not found: cmdgpt

Please add the following content to your /.bashrc or /.zshrc file:

export PATH=$PATH:~/.local/bin

Then run source ~/.bashrc or source ~/.zshrc to reload the file.

Usage

Set OpenAI api-key:

cmdgpt --key "sk-xxx……xxx"

Describe your opeartion

cmdgpt "Create a folder named 'www' with an 'index.html' file inside."

Chat Mode

cmdgpt --chat

Set api-url

cmdgpt --url "你的api-url"

Know Issue

  • Unable to use commands such as cd and source.
  • CMDGPT on Windows only supports providing commands, it cannot execute them.