A simple and adorable sysinfo utility.
Go to file
2024-03-24 13:29:20 +00:00
demo chore: move demos to directory 2024-03-24 13:29:20 +00:00
src feat: show terminal colours (optional, enabled by default) 2024-03-24 13:04:37 +00:00
.gitignore chore: initialise repository 2024-03-23 21:58:58 +00:00
Cargo.lock feat: some arguments and an option to only show ASCII art 2024-03-24 12:48:11 +00:00
Cargo.toml feat: some arguments and an option to only show ASCII art 2024-03-24 12:48:11 +00:00
flake.lock chore: initialise repository 2024-03-23 21:58:58 +00:00
flake.nix flake: compact 2024-03-23 23:29:18 +00:00
LICENSE Initial commit 2024-03-23 21:57:55 +00:00
README.md docs: improve README.md 2024-03-24 13:16:20 +00:00

bunbun

A simple and adorable sysinfo utility written in Rust.

Installation

To build bunbun, you'll need Rust installed:

$ git clone https://git.devraza.duckdns.org/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.