KiKit icon indicating copy to clipboard operation
KiKit copied to clipboard

Make Action Plugin for KiKit

Open yaqwsx opened this issue 5 years ago • 2 comments

Allow for users not used to CLI to use KiKit - in form of Action plugin for Kicad.

yaqwsx avatar Apr 18 '20 17:04 yaqwsx

Initial action plugin was implemented in 6e2c4e7. It is rather proof of concept - it only supports the modify command.

What is needed:

  • [ ] Implement other meaningful commands into the plugin
  • [x] Validate regular expression on the fly and (possibly) show a list of matching references - implemented in 7f66f47
  • [x] Figure out a better way to register plugin when installing via pip other than the shell script in scripts - done in 2af3698

yaqwsx avatar Oct 28 '20 20:10 yaqwsx

We should also probably add GUI for:

  • [ ] fab
  • [ ] stencil

yaqwsx avatar Dec 19 '21 08:12 yaqwsx