Skip to content

AI-powered CLI tool to help you remember bash commands.

License

Notifications You must be signed in to change notification settings

zahidkhawaja/rusty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty: AI-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

  1. Clone this repo.

  2. Build the Rust program.

cargo build --release
  1. Add the binary rusty to your path. It's located in the rusty/target/release directory.

OpenAI API key

Create an environment variable OPENAI_API_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

Follow Zahid for updates 🚀