Bunnyfetch

🐰 Tiny system info fetch utility.

GitHub license GitHub stars
Windows Build Status GNU/Linux Build Status MacOS Build Status
Bunnyfetch is a small and fast tool for getting info about your system. The idea is from this here and I decided to make it a multiplatform tool in Rust.

# Table of Contents - [Install](#install) - [Compile](#compiling) - [License](#license) # Install Binaries are provided at the releases page [here](https://github.com/Luvella/Bunnyfetch/releases). ## Compiling This project is made in [Rust](https://rust-lang.org/) so you will require the Rust toolchain installed. Steps for its installation are provided at that link. When installed run the following commands: ```sh git clone https://github.com/Luvella/Bunnyfetch cd Bunnyfetch cargo build --release ``` The binary will be in the directory `./target/release` # License Bunnyfetch is licensed under the MIT license. [Read here](LICENSE) for more info.