ngortheone / uclcmd

Command line tool for working with UCL config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uclcmd

Command line tool for working with UCL config files

Designed to be somewhat compatible with jq by implementing a very similar syntax: .object.object.arrayindex|command instead of jq's .object.object[arrayindex]|command

Although uclcmd commands are not actually 'piped' and only the 'each' command can be stacked. Running other commands just runs them sequentially

uclcmd currently targets the master branch of vstakhov/libucl, as some used features are not available in an existing release.

About

Command line tool for working with UCL config files

License:BSD 2-Clause "Simplified" License


Languages

Language:C 97.1%Language:Batchfile 1.3%Language:Shell 0.7%Language:Makefile 0.6%Language:ReScript 0.4%