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 🦀
-
Clone this repo.
-
Ensure your OpenAI API key is set.
OPENAI_API_KEY = "your-api-key-here"
- Build the program.
cargo build --release
- Run the program
cargo run --release -- how can i revert my github last commit?
OR
- Add the binary
tellme
to your path. It's located in therusty/target/release
directory.
tellme <argument>