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
Installation
-
Clone this repo.
-
Build the Rust program.
cargo build --release
- Add the binary
rusty
to your path. It's located in therusty/target/release
directory.
OpenAI API key
Create an environment variable OPENAI_KEY
with your API key from OpenAI.
Usage
rusty <argument>
Contributing
If you would like to contribute to Rusty, you can find more information in CONTRIBUTING.md.
π¦
Rust Docs
- Learn Rust - learn about the Rust programming language.
π§
OpenAI Docs
- OpenAI API from the creators of GPT-3.