Automation
gini: a no-fuss CLI for editing INI files
A small Go utility to read, write and delete keys in INI files from shell scripts
INI files refuse to die. Samba, PHP, Git, MySQL, half of /etc — they’re everywhere, and editing them from a shell script is annoying enough that people reach for sed, regret it, and then write a much worse bug. gini is the tiny tool I wrote so I could stop doing that.