Home

Awesome

<p align="center"> <img src="https://pbui.codes/logo.png" width="25%"> <h1 align="center">pbui-main</h1> <h5 align="center">Like idlebin, but in zig</h5> </p> <p align="center"> <img src="https://img.shields.io/github/issues-pr/pbui-project/pbui-main"> <img src="https://img.shields.io/github/issues/pbui-project/pbui-main"> <img src="https://img.shields.io/github/issues-raw/pbui-project/pbui-main/good%20first%20issue?label=Good%20first%20issues"> <img src="https://img.shields.io/github/languages/top/pbui-project/pbui-main"> <img src="https://github.com/pbui-project/pbui-main/workflows/CI/badge.svg?branch=master"> </p>

asciicast

What is the PBUI project?

The PBUI (POSIX-compliant BSD/Linux Userland Implementation) project is a a free and open source project intended to implement some standard library toolsets in the Zig programming language. We will also implement some basic applets and a shell to demonstrate usage of the toolsets as well as provide functionality.

Another goal of the PBUI project is to help improve documentation for Zig through our blog posts, some of which will take the form of tutorials that explain how to use both our toolsets and other Zig functions when creating applets. By doing this, we hope to make Zig more user friendly and encourage others to create Zig-based applications.

Dependencies

Supported operating systems:

Installation

After cloning the repository, run zig build. The pbui executable will be located in zig-cache/bin/pbui.

Usage

For a list of applets, run ./pbui or ./pbui -h. Currently supported applets include:

To run a given applet, use: ./pbui [APPLET] [arguments].

Running applets individually

To run applets individually, you can use ln -s path/to/repository/zig-cache/bin/pbui APPLET_NAME.

Then, you can execute the symlink, removing the need to prefix with "./pbui". You can even replace your default shell's applets with ours if you want less functionality but more zig!

Here is an example: Example