bunnyfetch

Crates.iobunnyfetch
lib.rsbunnyfetch
version0.1.3
sourcesrc
created_at2020-09-27 02:54:31.217706
updated_at2020-09-27 19:16:35.367133
description🐰 Tiny system info fetch utility and library.
homepage
repositoryhttps://github.com/Luvella/Bunnyfetch
max_upload_size
id293327
size8,936
sammy hammy (TorchedSammy)

documentation

README

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

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.

Commit count: 90

cargo fmt