Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53d26f050c | |||
| 8547056014 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
.idea/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hadron"
|
name = "hadron"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
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