KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Add support to compare 2 folders of .lib files #304

Closed lukh closed 5 years ago

lukh commented 5 years ago

--new and --old args can be either .lib files or directories. In the case they are directories, each .lib file of these dirs are added to the new_libs and old_libs dict.

poeschlr commented 5 years ago

thanks