Skip to content

jucasoliveira/terminalGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c74380d · Feb 26, 2025
Jul 10, 2023
Sep 13, 2024
Feb 26, 2025
Aug 24, 2023
Sep 9, 2024
Jul 10, 2023
Jun 5, 2023
Jan 23, 2023
Sep 13, 2024
Jan 23, 2023
Feb 26, 2025
Feb 26, 2025
Feb 26, 2025
Aug 24, 2023
Sep 12, 2024

Repository files navigation

TerminalGPT logo

TerminalGPT

TerminalGPT logo

Get GPT-like chatGPT on your terminal

Build Status Downloads Contributors Version

Stats

TerminalGPT stats

terminalGPT - Use OpenAI like chatGPT, on your terminal | Product Hunt

Prerequisites

You need an LLM API key to use this package:

Installation

Install TerminalGPT globally:

npm install -g terminalgpt

or

yarn global add terminalgpt

Usage

Start a chat:

tgpt chat

On first run, you'll be prompted to enter your OpenAI API key.

Options

Commands

Delete all conversations:

tgpt delete

Using with npx

Note: npx terminalgpt runs the package without installation.

Contributing

Please refer to CONTRIBUTING.md for details on how to contribute to this project.

✨ Contributors