Local web UI for visually constructing, tracing, and verifying awk programs.
Requires Go 1.26+.
go install github.com/99-not-out/awkbuilder@latestOr from a clone:
git clone https://github.com/99-not-out/awkbuilder.git
cd awkbuilder
go build ./...awkbuilder [flags] [files-or-globs...]Flags:
-port N— listen on portN(default0picks a free port)-no-open— don't auto-open the browser-limit N— cap records read per input file (default0= no cap)
Example with the bundled samples:
awkbuilder samples/access.log samples/users.csvThe server prints the URL it's bound to, and (unless -no-open) opens it in your default browser.

