docs(readme): added readme
This commit is contained in:
21
readme.md
Normal file
21
readme.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# hadron
|
||||||
|
|
||||||
|
Simple rust utility to configure meson build directories in a TUI
|
||||||
|
|
||||||
|
## Building
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/tboudreaux/hadron
|
||||||
|
cd hadron
|
||||||
|
cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
|
## 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
|
||||||
Reference in New Issue
Block a user