/crshini

Shell script library that parses ini files

Primary LanguageShellOtherNOASSERTION

Crshini - Shell script library that parses ini files

About

crshini was inspired by crudini. It consists of the command line tool crshini and libcrshini.
You can load libcrshini and use the function in a shell script.

Libcrshini

libcrshini is a set of shell script functions.
The settings for each function can be changed with arguments and environment variables.
Please refer to the document for detailed specifications and usage.

Crshini

Crshini is a command line tool implemented using Libcrshini.
It is not fully compatible, but can be used as an alternative to crudini.
This script is short so you can refer to it as an example implementation of Libcrshini.