GUI Builder

Installation

sh git clone https://git.stuerz.xyz/guibuilder cd guibuilder cargo install --path . Make sure ~/.cargo/bin is in your $PATH.

Usage

Run guibuilder and send a JSON-based action to stdin. Currently there is a limitation however: each action must be on its own line and must be exactly one line long. Events are printed to stdout.

Actions

|----------|-----------------|------------------------------------| | Action | Arguments | Explaination | |----------|-----------------|------------------------------------| | Update | Window (inline) | Update the contents of the window. | | Clear | name | Clear a variable. | | ClearAll | | Clear all variables. | |----------|-----------------|------------------------------------|

Example

sh tr -d '\n' <example.json | cargo run