A simple and adorable sysinfo utility.
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 optimisationsThis will make a binary in target/release with the name bunbun. To use this as you would any other program, add it to a directory on your $PATH, such as /usr/local/bin or $HOME/.local/bin.
bunbun is now packaged on NixOS/nixpkgs, maintained by GaetanLepage! If you have Nix installed, you can try it with:
nix-shell -p bunbunTo install it on NixOS or home-manager, add bunbun to environment.systemPackages or home.packages respectively.
bunbun primarily supports Linux; NixOS particularly. Secondary support is available for MacOS which I sometimes test on. Windows has the least support, but should be expected to largely work.
Note Should you encounter any problems, please do let me know! Either with an issue on GitHub or via e-mail at
[email protected].
Releases of bunbun are, for the most part, discretionary.
major.minor.patch is the general format for versions, with:
majorbeing incremented when I thinkbunbunhas reached a significant milestoneminorbeing incremented when I feel enough has been done to warrant a new releasepatchbeing incremented when I want to push a release fixing something small
This project is covered by the Mozilla Public License 2.0.
