| Crates.io | oru |
| lib.rs | oru |
| version | 0.1.6 |
| created_at | 2025-12-11 04:48:01.521133+00 |
| updated_at | 2025-12-21 04:30:05.836085+00 |
| description | Oru is a system configuration manager for Origami Linux |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1979152 |
| size | 153,239 |
Oru is a system configuration manager for Origami Linux.
The application includes an integrated pseudo-terminal (PTY) popup that allows you to execute commands requiring interactive input (like password entry) directly within the TUI. This provides a seamless experience for privileged operations without switching to an external terminal.
Key capabilities:
For detailed documentation, see docs/terminal_popup.md.
cargo install --path .
Oru can be used in two modes: interactive TUI and command-line interface.
oru
Run without arguments to start the interactive TUI for system configuration.
Oru provides command-line interface for package management:
oru install <package>... - Install packages using rpm-ostreeoru remove <package>... - Remove packages using rpm-ostreeoru search <query>... - Search for packages using dnforu info <package>... - Show package information using dnforu install vim git
oru search "text editor"
oru info firefox
--help, -h: Display help information--version, -V: Display version informationcargo build
cargo run
cargo test
Copyright (c) LILAY contact@lilay.dev
This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT)