grin

Make INI files greppable.

grin transforms INI files into discrete assignments, making them easy to explore and filter with standard Unix tools like grep, sed, and diff. Inspired by gron.

Convert INI to greppable assignments

grin basic conversion demo

Filter with standard Unix tools

grin grep filtering demo

Reconstruct filtered INI files

grin ungrin round-trip demo

Install

Homebrew (macOS/Linux)

brew install Yoshi325/tap/grin

Go

go install github.com/Yoshi325/grin@latest

Binary

Download from the latest release.