UniConfig Config Panel
UniConfig Config Panel is a desktop app (D + dlangui) that opens ordinary config files — INI, YAML, TOML, SDLang, JSON, tfvars — and shows the same settings metaphors every time: labels, enums, toggles, descriptions, and fields the author never wrote.
The reusable engine lives in a second package, uniconfig-core, so DevCentr can depend on the tree without pulling a GUI.
Get it
-
Releases: GitHub Releases
-
Library: uniconfig-core
-
Docs hub: docs.devcentr.org
uniconfig .\fixtures\sample.gitconfig
uniconfig dump .\profiles\settings.example.sdl
uniconfig --version
Related
-
Portal: UniConfig (portal)
-
Engine: uniconfig-core
-
dlangui fork / Vello: dlangui