Skip to content

devraza/bunbun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunbun

A simple and adorable sysinfo utility.

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

This 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.

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.

Platform support

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 devraza.hazard643@slmail.me.

Inspiration

Versioning

Releases of bunbun are, for the most part, discretionary.

major.minor.patch is the general format for versions, with:

  • major being incremented when I think bunbun has reached a significant milestone
  • minor being incremented when I feel enough has been done to warrant a new release
  • patch being incremented when I want to push a release fixing something small

License

This project is covered by the Mozilla Public License 2.0.