gschem-goodies
==============
Guile Scheme scripts for gEDA/gaf.
Scripts for gschem
------------------
* move-and-rotate.scm
Multiple copy, move, and rotate selected elements
* swap-attributes.scm
Swap values of two selected attributes
* moddate.scm
Auto-update the modification-date= attribute on saving
Installation
------------
First add the following line in the beginning of your
~/.gEDA/gschemrc (to make sure it works before other loading
commands):
(add-to-load-path "path-to-the-repository-on-your-system")
To install all Scheme scripts type:
make install
To uninstall them type:
make uninstall
To choose some of the scripts type, e.g.:
make scripts="script-name-1.scm script-name-2.scm ..." install