Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arielhorwitz/mockingparrot
A TUI client for ChatGPT
https://github.com/arielhorwitz/mockingparrot
Last synced: 3 months ago
JSON representation
A TUI client for ChatGPT
- Host: GitHub
- URL: https://github.com/arielhorwitz/mockingparrot
- Owner: ArielHorwitz
- License: unlicense
- Created: 2024-06-07T09:32:25.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T19:10:09.000Z (4 months ago)
- Last Synced: 2024-10-03T11:37:13.362Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Crate](https://img.shields.io/badge/crates.io-v0.1.0-cc5500?style=for-the-badge)](https://crates.io/crates/mockingparrot)
[![License](https://img.shields.io/badge/Unlicense-blue?style=for-the-badge&logo=unlicense&logoColor=white)](https://unlicense.org)# MockingParrot
A TUI client for ChatGPT.![Preview](preview.png)
## Getting started
Download a precompiled binary from the [GitHub Releases page](https://github.com/ArielHorwitz/mockingparrot/releases). Or, if you have the Rust toolchain then run:
```
cargo install mockingparrot
```You will need to copy your [API key](https://platform.openai.com/api-keys) into the config file.
Version upgrades may not be backward compatible: if you are upgrading to a newer version, you _may_ need to remove your config file or other saved data.