docs(readme): added example image
This commit is contained in:
BIN
assets/tui_example.png
Normal file
BIN
assets/tui_example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 KiB |
@@ -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
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user