fand / chatgpt-english-tutor-cli

A set of CLI commands to help learning and writing English

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT English Tutor CLI

Example of the commands

This repository contains multiple commands to assist with learning and writing English.

Setup

First, install the commands using npm:

npm i -g @fand/chatgpt-english-tutor

Then save your OpenAI API key to ~/.config/chatgptenglish like this:

OPENAI_API_KEY=XXXXXXXXXXXXXXXXXXXX

Usage

naturalize

This command transforms the given text into more natural-sounding English.

Usage:

$ naturalize THE SENTENCE YOU WANT TO NATURALIZE

Example:

$ naturalize "All your base are belong to us"
All your bases are now under our control.

$ naturalize this command makes the given text into more natural English.
This command transforms the given text into more natural-sounding English.

rephrase

This command provides multiple rephrasings of the given text.

Example:

$ rephrase

1. Become a citizen: Grant citizenship status.
2. Adapt to environment: Adjust to a new environment.
3. Normalize: Make typical or usual.
4. Accustom: Become accustomed to something.
5. Familiarize: Make familiar or acquainted.

Author

AMAGI (GitHub, Threads)

LICENSE

MIT

About

A set of CLI commands to help learning and writing English


Languages

Language:JavaScript 100.0%