Crates.io | gpterm |
lib.rs | gpterm |
version | 0.1.11 |
source | src |
created_at | 2023-05-24 21:08:16.114246 |
updated_at | 2023-06-01 20:54:24.176238 |
description | A tool to use chat-GPT from the comfort of your terminal |
homepage | https://github.com/frikksol/gpterm |
repository | https://github.com/frikksol/gpterm |
max_upload_size | |
id | 873759 |
size | 54,592 |
This is a simple tool for accessing chat-GPT directly from the comfort of your terminal.
The first time you run the application it will guide you on how to add an API key from chat-GPT.
There are two dead simple ways to use it:
Single prompt mode is perfect for quick questions that needs answering:
gpterm "What is a 25 celsius in kelvin?"
Conversation mode works like the standard web ui for chat-GPT, where you start a back and forth conversation with the AI:
gpterm -c
Currently the only way to install it is by installing with Cargo or building from source. I am hoping to soon add it to package managers.
brew tap frikksol/frikksol
brew install gpterm
cargo install gpterm
cd <wherever>
git clone git@github.com:frikksol/gpterm.git
cd gpterm
cargo run -- "What is 25 Celsius in Kelvin"