| Crates.io | rsii |
| lib.rs | rsii |
| version | 0.1.0 |
| created_at | 2025-01-22 16:45:17.935586+00 |
| updated_at | 2025-01-22 16:45:17.935586+00 |
| description | RSII - Rust AI Command-line Assistant |
| homepage | https://github.com/ioma8/rsii |
| repository | https://github.com/ioma8/rsii |
| max_upload_size | |
| id | 1526837 |
| size | 62,901 |
Ever wanted your terminal to be smarter? RSII uses Rust and OpenAI to turn your queries into system commands. It's like having a clever assistant in your command line.
Ensure Rust is installed on your system. You can download and install Rust from rust-lang.org.
Install the RSII package using Cargo:
cargo install rsii
Edit a configuration file at ~/.rsii/config.toml:
[default]
model = "your-model" # gpt-4o-mini
api-key = "your-api-key" # sk-....
Run the application with a user query:
rsii "Your query here"
The application will fetch system information, process the query using OpenAI's API, and execute the corresponding command.
This project is licensed under the MIT License.