New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

magiccube-cli-gpt

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magiccube-cli-gpt

Translate human language to command line using ChatGPT.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

cli-gpt

Translate human language to command line using ChatGPT.

Usage

$ npm install -g magiccube-cli-gpt

$ export OPENAI_API_KEY="***your-openai-api-key***"

$ cgpt clone react from github and switch to a new branch named feature/gpt
Translating your words into command line...... done

git clone https://github.com/facebook/react.git && cd react && git checkout -b feature/gpt

$ cgpt delete all the docker untitled images
Translating your words into command line...... done

docker rmi $(docker images -f "dangling=true" -q)

CAUTION: This command is dangerous!

$ cgpt 删除所有文件和文件夹
Translating your words into command line...... done

rm -rf *

CAUTION: This command is dangerous!

Documents

请参考中文文档

Keywords

chatgpt

FAQs

Package last updated on 07 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts