uDocumentViewer
Data & Config.ini · .cfg · .conf

INI viewer

ready
About INI

Classic key=value config files.

INI is the classic flat-file config: `[section]` headers and `key=value` lines. Still alive in Windows configs, Python's configparser, and many legacy tools.

FAQ
What is a INI file?
INI is the classic flat-file config: `[section]` headers and `key=value` lines. Still alive in Windows configs, Python's configparser, and many legacy tools.
Is my file uploaded?
No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
Does it work on mobile?
Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Data & Config