Files
hadron/readme.md

515 B

hadron

Simple rust utility to configure meson build directories in a TUI

Building & Installing

git clone https://github.com/tboudreaux/hadron
cd hadron
cargo build --release 
cargo install --path .

Usage

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

Example

example