X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <51CA333A.2020008@sonic.net> Date: Tue, 25 Jun 2013 17:18:02 -0700 From: Dave Curtis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: [geda-user] gschem off-page signal cross-referencing script pushed to github Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Hi all, In the process of gearing up to do a few pcb's again, I'm dusting off old gEDA tools and such from my archives, trying to make them usable by people other than me. First to get pushed: gxref A simple-minded Python script that updates off-page signal cross-references in .sch files. Requirements are simple: 1. Each sheet must have a 'sheetnum' attribute. 2. Any component with both a 'netname' and 'xref' attribute is taken to be an off-page connector. The 'xref' attribute is updated. Example symbols are in the git repo. See the README for more info. https://github.com/dbc/gxref It's only had light testing, but it's pretty simple and not dangerous. -dave