Ermöglicht die Verwaltung (Erstellen, Auflisten, Ausführen) von Tools über eine Befehlszeilenschnittstelle für Automatisierung und Integration. Die Benutzeroberfläche wurde mit dedizierten Ansichten für Toolerstellung und -bearbeitung, In-App-Lua-Hilfe sowie kontextsensitiven Menüs erweitert. Neue Abhängigkeiten (CLI11, rang) wurden integriert und eine umfassende Testsuite hinzugefügt. Die Lizenzierung wurde auf AGPL-3.0 umgestellt und ein Kontributionsleitfaden bereitgestellt.
28 lines
803 B
Plaintext
28 lines
803 B
Plaintext
[submodule "lib/saucer"]
|
|
path = lib/saucer
|
|
url = https://github.com/saucer/saucer.git
|
|
[submodule "lib/sol2"]
|
|
path = lib/sol2
|
|
url = https://github.com/ThePhD/sol2.git
|
|
[submodule "lib/lua"]
|
|
path = lib/lua
|
|
url = https://github.com/lubgr/lua-cmake.git
|
|
[submodule "lib/c_tray"]
|
|
path = lib/c_tray
|
|
url = https://github.com/binRick/c_tray.git
|
|
[submodule "lib/json"]
|
|
path = lib/json
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "lib/cppcodec"]
|
|
path = lib/cppcodec
|
|
url = https://github.com/tplgy/cppcodec.git
|
|
[submodule "lib/saucer4lua"]
|
|
path = lib/saucer4lua
|
|
url = https://git.schmidti.digital/Yadciel/saucer4lua.git
|
|
[submodule "lib/CLI11"]
|
|
path = lib/CLI11
|
|
url = https://github.com/CLIUtils/CLI11.git
|
|
[submodule "lib/rang"]
|
|
path = lib/rang
|
|
url = https://github.com/agauniyal/rang.git
|