Simple and adorable sysinfo utility.
Find a file
2025-01-18 21:48:23 +00:00
demo chore: squash commits 2024-06-18 13:17:14 +01:00
src cargo+hotfix: update dependencies and update logic accordingly 2025-01-07 22:08:57 +00:00
.gitignore chore: initialise repository 2024-03-23 21:58:58 +00:00
Cargo.lock cargo+hotfix: update dependencies and update logic accordingly 2025-01-07 22:08:57 +00:00
Cargo.toml cargo+hotfix: update dependencies and update logic accordingly 2025-01-07 22:08:57 +00:00
flake.lock chore: squash commits 2024-06-18 13:17:14 +01:00
flake.nix chore: bump version to v1.5.0 2024-10-29 21:23:09 +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: remove now-unnecessary notice of flake.nix 2025-01-18 21:48:23 +00: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

NixOS

bunbun is now packaged on NixOS/nixpkgs, maintained by GaetanLepage! If you have Nix installed, you can try it with:

nix-shell -p bunbun

To install it on NixOS or home-manager, add bunbun to environment.systemPackages or home.packages respectively.

Inspiration

License

This project is covered by the MIT License.