| Crates.io | yo |
| lib.rs | yo |
| version | 1.3.5 |
| created_at | 2025-04-25 21:24:18.140232+00 |
| updated_at | 2025-05-23 20:50:39.946215+00 |
| description | Ask your terminal anything using AI (OpenAI or Ollama). |
| homepage | https://github.com/montekkundan/yo |
| repository | https://github.com/montekkundan/yo |
| max_upload_size | |
| id | 1649534 |
| size | 100,208 |
Ask your terminal anything using AI (OpenAI or Ollama).
yo <question> or yo ask <question>Precompiled binaries for macOS, Linux, and Windows are available on the Releases page. Download the appropriate binary for your platform, extract it, and move it to a directory in your PATH.
You can install yo using Homebrew:
brew tap lershi-devlabs/yo https://github.com/lershi-devlabs/yo.git
brew install lershi-devlabs/yo/yo-bin
If you have Rust installed, you can install with Cargo:
cargo install yo
Clone the repository and build with Cargo:
git clone https://github.com/lershi-devlabs/yo.git
cd yo
cargo install --path .
Or build and run directly:
cargo run -- <your question>
You can ask questions in two ways:
yo ask What is the capital of France?
# or simply
yo What is the capital of France?
yo Summarize the Rust ownership model.
The tool supports configuration for different AI backends (OpenAI, Ollama). See the documentation or run yo help for more details.
To push your changes to GitHub, use the following steps:
git pull
git add .
git commit -m "chore: bump version to x.y.z"
git tag 1.0.0 # necessary when new version is released
# replace 1.0.0 with the version you are releasing
git push origin master --tags
See CHANGELOG.md for a list of changes and version history.
MIT