Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkcaster/bash-lua-helper

This tool provides advanced lua-based configuration system for use inside your bash scripts
https://github.com/darkcaster/bash-lua-helper

bash config-file configuration gnu-linux linux lua lua-helper scripting settings tool

Last synced: 30 days ago
JSON representation

This tool provides advanced lua-based configuration system for use inside your bash scripts

Awesome Lists containing this project

README

        

# Bash Lua Helper

Parse and provide readonly access to selected global variables from lua scripts for use inside your bash (v4.0 and up) scripts.
You can use this tool to provide an advanced configuration facility for use with your bash-scripts, and use all features provided by lua language to perform management of config file options.
You can also put all verification logic to a separate script, that will be executed right after main config script.

You need an installed lua interpreter in your system. Tested with Lua v5.2.2

TODO: usage description and examples.

For now see example.sh source for usage example

Other examples:

https://github.com/DarkCaster/Linux-Helper-Tools/tree/master/WineLauncher

https://github.com/DarkCaster/Sandboxer