Open a file and register it
-
Run
uniconfig(oruniconfig path\to\file). -
File → Open. Filters cover JSON, YAML, TOML, INI/cfg, SDLang, and
*.tfvars. -
If a profile glob matches (
profiles/catalog.sdl), that JSON Schema overlays the file. Unset optional keys show with an include checkbox. -
Check include, fill the control, File → Save. Keys you leave unchecked stay out of the file.
-
The left Registry tree stores the path in
%LOCALAPPDATA%\UniConfig\registry.sdl(Unix:$XDG_CONFIG_HOME/uniconfig/registry.sdl).
CLI without a window:
uniconfig dump .\fixtures\sample.gitconfig
uniconfig validate .\profiles\settings.example.sdl
dump prints the merged JSON and lists unset schema fields as comments.