2 releases
0.1.3 | Sep 27, 2020 |
---|---|
0.1.2 | Sep 27, 2020 |
#26 in #system-info
8KB
162 lines
Bunnyfetch
🐰 Tiny system info fetch utility.
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
Binaries are provided at the releases page here.
Compiling
This project is made in Rust so you will require the Rust toolchain installed. Steps for its installation are provided at that link.
When installed run the following commands:
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 for more info.