shell-gpt 0.1.1

Ask ChatGPT for a shell script, code, or anything, directly from your terminal 🤖🧠👨‍💻
Documentation
[[bin]]
name = "gpt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.70"

[dependencies.directories]
version = "5.0.0"

[dependencies.orion]
version = "0.17.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.7.3"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.spinoff]
version = "0.7.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.users]
version = "0.11.0"

[package]
authors = ["rigwild <me@rigwild.dev>"]
categories = ["command-line-utilities"]
description = "Ask ChatGPT for a shell script, code, or anything, directly from your terminal 🤖🧠👨‍💻"
edition = "2021"
homepage = "https://github.com/rigwild/shell-gpt-rs"
keywords = ["shell", "gpt", "chatgpt", "openai", "bash"]
license = "MIT"
name = "shell-gpt"
readme = "README.md"
repository = "https://github.com/rigwild/shell-gpt-rs"
version = "0.1.1"