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
-
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.
Create an environment variable OPENAI_API_KEY
with your API key from OpenAI.
rusty <argument>
If you would like to contribute to Rusty, you can find more information in CONTRIBUTING.md.
- Learn Rust - learn about the Rust programming language.
- OpenAI API from the creators of GPT.