A simple and adorable sysinfo utility.
Go to file
2024-05-26 16:35:47 +01:00
demo docs: update demo 2024-05-05 23:45:36 +01:00
src refactor: use owo-colors in place of colored 2024-05-26 16:35:47 +01:00
.gitignore chore: initialise repository 2024-03-23 21:58:58 +00:00
Cargo.lock refactor: use owo-colors in place of colored 2024-05-26 16:35:47 +01:00
Cargo.toml refactor: use owo-colors in place of colored 2024-05-26 16:35:47 +01:00
flake.lock chore: updates (flakes, cargo.toml, cargo.lock) 2024-04-23 17:32:33 +01:00
flake.nix hotfix(flake): name of utility 2024-03-25 22:52:16 +00:00
justfile feat: justfile for experimenting with smaller binaries 2024-05-05 23:04:09 +01:00
LICENSE Initial commit 2024-03-23 21:57:55 +00:00
README.md docs: update URL from duckdns.org to giize.com 2024-05-24 13:08:04 +01:00

bunbun

A simple and adorable sysinfo utility written in Rust.

bunbun demo

Installation

To build bunbun, you'll need Rust installed:

$ git clone https://git.devraza.giize.com/devraza/bunbun
$ cd bunbun
$ cargo build --release # `--release` adds a few optimisations

Using the flake! This repository contains a flake.nix - if you have Nix installed, you can run nix run github:devraza/bunbun to compile and run the program.

Inspiration

License

This project is covered by the MIT License.