Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53d26f050c | |||
| 8547056014 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
.idea/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hadron"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[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
|
||||
|
||||
## Building
|
||||
## Building & Installing
|
||||
```bash
|
||||
git clone https://github.com/tboudreaux/hadron
|
||||
cd hadron
|
||||
cargo build --release
|
||||
cargo install --path .
|
||||
```
|
||||
|
||||
## 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
|
||||
- space will toggle possible options or open an edit window for free form options
|
||||
- / will search
|
||||
|
||||
## Example
|
||||

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