distroHoop is a CLI tool written in Rust that helps you determine your next Linux distribution. It uses the mighty force of the RNG to determine where to hop on next!
Visit the releases page and download a binary for your system.
To build from source, you need to have Rust and Cargo installed on your system. You can install Rust and Cargo by following the instructions on the official Rust website.
Clone the repository and build the project:
git clone https://github.com/yourusername/distrohoop.git
cd distrohoop
cargo build --releaseOr use the install.sh script to build and automatically move the binary file to /usr/local/bin:
./install.shFor Arch Linux users, you can install distroHoop from the AUR:
yay -S distrohoop-bin- or if you want to compile form source:
yay -S distrohoopor
git clone https://aur.archlinux.org/distrohoop.git
cd distrohoop
makepkg -sidistrohoopIn a terminal, navigate to the directory where you downloaded the binary file and run:
./distrohoopSimply open the .exe file or run in a terminal:
./distrohoop.exeIn a terminal, navigate to the directory where you downloaded the binary file and run:
./distrohoopRun the distroHoop CLI tool:
cargo run --releaseContributions are welcome! Please open an issue or submit a pull request if you have any improvements or new features to suggest.
This project is licensed under the MIT License. See the LICENSE file for details.

