mockingparrot

Crates.iomockingparrot
lib.rsmockingparrot
version
sourcesrc
created_at2024-08-17 14:29:27.984614+00
updated_at2024-12-30 16:19:46.206536+00
descriptionA TUI Chat Client for ChatGPT
homepage
repositoryhttps://github.com/ArielHorwitz/mockingparrot
max_upload_size
id1341742
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ariel Horwitz (ArielHorwitz)

documentation

README

Crate License

MockingParrot

A TUI chat client for OpenAI and Anthropic.

Preview

Getting started

Download a precompiled binary from the GitHub Releases page. Or, if you have the Rust toolchain then run:

cargo install mockingparrot

You will need an API key from one of the providers (OpenAI or Anthropic) and copy it 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.

Commit count: 130

cargo fmt