Interactive Html Bom Plugin for KiCad

Thanks @qu1ck
Do you have an example of this shell script?

Something along the lines of

#!/bin/bash

/path/to/generate_interactive_bom.py --your-flags-here "$@"

Pass file name to it like my_ibom_wrapper.sh /path/to/board.kicad_pcb and it will automatically pass the flags along with the file to ibom.

OK. Thank you.
I was actually thinking of the script to convert the .ini file in a list of flags for the CLI.

You could write a little program for that but you shouldn’t have to unless you have lots of options that are not default. You only have to specify flags that you changed.

Indeed, thanks a lot.