Closed
Description
Feature Description
I'm working on some external rendering scripts and one 'issue' for distributing / packaging them as open source is that the complete configuration needs to be pasted in one file, which isn't very maintenance or user friendly. This isn't really a new idea, a lot of similar software packages have moved from a singular configuration file to separate files for the very same reasons.
Possible pseudo implementation (similar to apt
):
- Detect presence of a directory
app.ini.d
- Find all files ending in
.ini
- Sort those 'naturally' so number prefixes can determine inclusion order
- Include in main config in-order
Screenshots
No response