如何手动运行 KiCad KLC visual-diff
kicad-library-utils 有一个不错的可视化差异工具,可用于比较不同版本的符号。
使用以下命令手动在符号库(如 Regulator_Switching.kicad_sym)上运行
run_klc_diff.sh
python ~/dev/kicad-library-utils/html-diff/src/html_diff.py $(git rev-parse origin/master) Regulator_Switching.kicad_sym这会将当前检出的版本与当前 origin/master 版本进行比较(你可能需要 git fetch --all 来更新当前版本)。
它会生成一个 Regulator_Switching.diff 目录,包含每个更改符号的一个 HTML 文件。
示例:
klc_diff_output.txt
Regulator_Switching.diff
└── TPS62130.htmlCheck out similar posts by category:
KiCad
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow