lxhom / rusty

GPT-3 powered CLI tool to help you remember bash commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rusty: GPT-3 Powered CLI Tool

Convert natural language into executable commands directly from the terminal!

Open source CLI tool powered by OpenAI (bring your own key).

Feeling rusty on your bash skills? This might help! Built using Rust 🦀

Rusty.Demo.mov

Getting Started

  1. Clone this repo.

  2. Create an environment variable OPENAI_KEY with your API key from OpenAI.

  3. Build the Rust program.

cargo build --release
  1. Add the binary to your path. Under target/release.

🦀 Rust Docs

  • Learn Rust - learn about the Rust programming language.

🧠 OpenAI Docs

Ping Zahid if you need anything 🤘

Stay tuned for updates.

About

GPT-3 powered CLI tool to help you remember bash commands.


Languages

Language:Rust 100.0%