yo
Ask your terminal anything using AI (OpenAI or Ollama).
Features
- Ask questions directly from your terminal using natural language
- Supports both OpenAI and Ollama as AI backends
- Simple CLI: use
yo <question>oryo ask <question> - Easily configurable
Installation
Precompiled Binaries
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.
Homebrew (macOS/Linux)
You can install yo using Homebrew:
Cargo (Rust)
If you have Rust installed, you can install with Cargo:
Build from Source
Clone the repository and build with Cargo:
Or build and run directly:
Usage
You can ask questions in two ways:
# or simply
Example
Configuration
The tool supports configuration for different AI backends (OpenAI, Ollama). See the documentation or run yo help for more details.
How to Push Changes to GitHub
To push your changes to GitHub, use the following steps:
# replace 1.0.0 with the version you are releasing
Changelog
See CHANGELOG.md for a list of changes and version history.
License
MIT