mtda icon indicating copy to clipboard operation
mtda copied to clipboard

Config generator for mtda configs

Open vj-kumar opened this issue 4 years ago • 6 comments

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.

vj-kumar avatar Feb 03 '22 10:02 vj-kumar

That and maybe a fix command like found in packer (https://www.packer.io/docs/commands/fix)

chombourger avatar Feb 03 '22 10:02 chombourger

Yes. That would be much helpful.

vj-kumar avatar Feb 03 '22 10:02 vj-kumar

@chombourger Started investigating this.

vj-kumar avatar Feb 26 '22 14:02 vj-kumar

@chombourger Started investigating this.

Cool. thank you!

chombourger avatar Feb 28 '22 17:02 chombourger

This is what the initial PoC looks like. Used Kconfiglib with Urwid. screen

vj-kumar avatar Mar 28 '22 18:03 vj-kumar

Still some more work before it can be ready.

  1. Group the configs based on sections in UI.
  2. Establish dependencies
  3. Add feature to load existing ini files.
  4. Add support to select or deselect a section(Related to 2)

vj-kumar avatar Mar 28 '22 18:03 vj-kumar