Config generator for mtda configs
It would be nice to have some kind of config generator. I see that some users are not aware of the latest config options. It would help them to know about the option and any changes in the default values.
That and maybe a fix command like found in packer (https://www.packer.io/docs/commands/fix)
Yes. That would be much helpful.
@chombourger Started investigating this.
@chombourger Started investigating this.
Cool. thank you!
This is what the initial PoC looks like.
Used Kconfiglib with Urwid.

Still some more work before it can be ready.
- Group the configs based on sections in UI.
- Establish dependencies
- Add feature to load existing ini files.
- Add support to select or deselect a section(Related to 2)