Files
kicad-layout-replicator/metadata.json
mikael-lovqvists-claude-agent 27b79d38a7 Add component table plugin for KiCad PCB editor
Shows a sortable table of all board components with columns for
designation, value, library, package, and sheet instance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 16:31:05 +00:00

24 lines
608 B
JSON

{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Component Table",
"description": "Shows a sortable table of all board components",
"description_full": "Displays a dialog with a sortable table listing all components on the board, including their designation, value, library, package, and sheet instance.",
"identifier": "com.example.component-table",
"type": "plugin",
"author": {
"name": "KiCad User"
},
"maintainer": {
"name": "KiCad User"
},
"license": "MIT",
"resources": {},
"versions": [
{
"version": "1.0.0",
"status": "stable",
"kicad_version": "6.0"
}
]
}