coma

create simple config files from JSON input
git clone git://git.hanetzok.net/coma
Log | Files | Refs | README

commit f967889ad5d3ca14be7cc5a8160794abb1ae736a
parent e12cce345b82bdc57f02410d6bd19e0bb3f748f9
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Fri,  7 Nov 2025 00:20:39 +0100

update README

Diffstat:
MREADME | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -10,8 +10,8 @@ coma depends on libcjson. Usage ----- -coma works for simple config files that use the <key> = <value> schema. +coma works for simple config files that use the <key> = <value> schema. coma +reads from stdin and prints to stdout. -coma reads from stdin. If no output filename is provided via the -o flag, -new files will be written to /tmp/coma.txt by default, overwriting -previously created files. +Example usage: + curl https://example.com/api/call | coma > example.conf