SDB's throw away utilities
Throw away utilities for hacking gEDA
The items below are little programs which I have developed over time
while hacking
gEDA. I collected them here since they might be useful to
others. I offer them with no gaurantees or support. You're on your
own!
-
XML utilites for gschem.
These utilities allow you to convert your .sch files into and out of an XML
format. The XML format has no formally defined DTD or schema, but
it's pretty easy to figure out.
-
Partslister
Yet another partslisting backend for gnetlist. Use this to create a
BOM of your design.
-
trim
This is a little utility which you can run on a .diff file created
using "diff -ruN". It loops through the file looking for the start of
every new file. When it finds a file beginning, it shows you the
file, and asks you if you want to trim it out of the diff file. This
utility is useful for eliminating extraneous cruft -- like .pO and
configure.log -- from a diff file.
Return to Stuart Brorson's home page
Please send comments to
Stuart Brorson.