Skip to content
/ tellme Public

Convert natural language into executable commands directly from the terminal.

Notifications You must be signed in to change notification settings

Iamvibs/tellme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🦀

Installation

  1. Clone this repo.

  2. Ensure your OpenAI API key is set.

OPENAI_API_KEY = "your-api-key-here"
  1. Build the program.
cargo build --release
  1. Run the program
cargo run --release -- how can i revert my github last commit?

OR

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

Usage

tellme <argument>

About

Convert natural language into executable commands directly from the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages