Skip to content
forked from allanjude/uclcmd

Command line tool for working with UCL config files

License

Notifications You must be signed in to change notification settings

patmaddox/uclcmd

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Batchfile 1.3%
  • Other 1.7%