-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation to reflect latest changes
- Loading branch information
Christian Stolz
committed
Oct 7, 2024
1 parent
2eab0ae
commit 60cb5d3
Showing
8 changed files
with
1,008 additions
and
302 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,78 @@ | ||
# Rusty Buddy Documentation | ||
|
||
Welcome to the official documentation for Rusty Buddy, a command-line tool designed to boost your development workflow with AI-powered features. | ||
Welcome to the official documentation for **Rusty Buddy**, an AI-powered command-line tool designed to **supercharge your development workflow**. | ||
|
||
## Features Overview | ||
## Elevate Your Development Experience | ||
|
||
- Ollama support 🆕 | ||
- Context-Aware Interaction | ||
- Chat Interface | ||
- Slash Command Auto-Completion | ||
- Commit Message Generator | ||
- Icon and Background Image Generation | ||
- Tool Integration | ||
- Shell Completion Support | ||
Rusty Buddy integrates state-of-the-art AI capabilities directly into your command line, transforming the way you code, document, and manage projects. Say goodbye to repetitive tasks and **hello to increased productivity and creativity**. | ||
|
||
## Security | ||
### Why Choose Rusty Buddy? | ||
|
||
For Rusty Buddy, your security and privacy are our top priorities: | ||
- **Streamline Workflows:** Automate mundane tasks and focus on what truly matters—building amazing software. | ||
- **AI-Powered Assistance:** Leverage advanced AI models to assist with code generation, debugging, documentation, and more. | ||
- **Context-Aware Interaction:** Rusty Buddy adapts to your project's context, providing relevant suggestions and insights. | ||
- **Customizable Personas:** Tailor AI interactions to your specific needs with a variety of personas specialized in different domains. | ||
|
||
- **Built on Rust**: Rusty Buddy is developed using Rust, known for its focus on memory safety and concurrent development practices. This reduces the risk of vulnerabilities, ensuring a robust and secure toolset. | ||
## Key Features | ||
|
||
- **Privacy First**: We do not collect any of your usage data. Rusty Buddy operates entirely within your local environment[^1], giving you full control and peace of mind regarding your privacy. | ||
- **Ollama Support 🆕** | ||
|
||
## Example usage | ||
Experience seamless integration with the Ollama AI backend, providing enhanced performance and privacy. | ||
|
||
![CLI](quickstart.gif) | ||
[^1]: If you are using a local Ollama installation for AI workloads. | ||
- **Intuitive Chat Interface** | ||
|
||
Engage in natural language conversations with the AI assistant to brainstorm ideas, solve problems, or get code assistance. | ||
|
||
- **Slash Command Auto-Completion** | ||
|
||
Boost your efficiency with intelligent command suggestions and auto-completion within the chat interface. | ||
|
||
- **Commit Message Generator** | ||
|
||
Generate clear and consistent commit messages automatically from your git diffs, following best practices. | ||
|
||
- **Icon and Background Image Generation** | ||
|
||
Create stunning icons and backgrounds effortlessly with AI-generated graphics based on your descriptions. | ||
|
||
- **Tool Integration** | ||
|
||
Automate repetitive tasks by allowing the AI to interact with your files and directories, enhancing your development process. | ||
|
||
- **Shell Completion Support** | ||
|
||
Improve your command-line experience with shell completion scripts for Bash, Zsh, Fish, and more. | ||
|
||
## Built with Security and Privacy in Mind | ||
|
||
- **Developed in Rust** | ||
|
||
Benefit from Rust's memory safety guarantees, ensuring a secure and reliable toolset. | ||
|
||
- **Privacy First** | ||
|
||
Rusty Buddy operates entirely within your local environment[^1], with no data collection, giving you complete control and peace of mind. | ||
|
||
## Get Started Today | ||
|
||
Unleash the power of AI in your development workflow. [Install Rusty Buddy](installation.md) and start transforming the way you code. | ||
|
||
- **[Installation Guide](installation.md)** | ||
- **[Getting Started](getting_started.md)** | ||
- **[Explore Commands](commands.md)** | ||
|
||
## Join Our Community | ||
|
||
Stay updated with the latest features and connect with other Rusty Buddy users: | ||
|
||
- **[GitHub Repository](https://github.com/hg8496/rusty-buddy)** | ||
- **[Documentation](https://docs.rusty-buddy.org)** | ||
- **[Contact Support](mailto:[email protected])** | ||
|
||
--- | ||
|
||
![Quickstart with Rusty Buddy](quickstart.gif) | ||
|
||
--- | ||
|
||
[^1]: If you are using a local Ollama installation for AI workloads. |
Oops, something went wrong.