/uclcmd

Command line tool for working with UCL config files

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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