Files
hadron/readme.md

26 lines
515 B
Markdown
Raw Normal View History

2025-12-20 13:07:27 -05:00
# hadron
Simple rust utility to configure meson build directories in a TUI
2025-12-21 16:01:47 -05:00
## Building & Installing
2025-12-20 13:07:27 -05:00
```bash
git clone https://github.com/tboudreaux/hadron
cd hadron
cargo build --release
2025-12-21 16:01:47 -05:00
cargo install --path .
2025-12-20 13:07:27 -05:00
```
## Usage
```bash
hadron buildDir
```
You will be presented with a list of options for that meson project.
- There are vim like motions to move around
- space will toggle possible options or open an edit window for free form options
- / will search
2025-12-21 16:01:47 -05:00
## Example
![example](assets/tui_example.png)