docs(readme): added example image

This commit is contained in:
2025-12-21 16:01:47 -05:00
parent 8547056014
commit 53d26f050c
2 changed files with 5 additions and 1 deletions

BIN
assets/tui_example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

View File

@@ -2,11 +2,12 @@
Simple rust utility to configure meson build directories in a TUI Simple rust utility to configure meson build directories in a TUI
## Building ## Building & Installing
```bash ```bash
git clone https://github.com/tboudreaux/hadron git clone https://github.com/tboudreaux/hadron
cd hadron cd hadron
cargo build --release cargo build --release
cargo install --path .
``` ```
## Usage ## Usage
@@ -19,3 +20,6 @@ You will be presented with a list of options for that meson project.
- There are vim like motions to move around - There are vim like motions to move around
- space will toggle possible options or open an edit window for free form options - space will toggle possible options or open an edit window for free form options
- / will search - / will search
## Example
![example](assets/tui_example.png)