X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] SQL PCB file format Date: Tue, 01 Sep 2015 02:36:36 +0200 Lines: 17 Message-ID: References: <20150826000523 DOT 353 DOT qmail AT stuge DOT se> <55DDD4DB DOT 2060008 AT ecosensory DOT com> <20150826153031 DOT 4620 DOT qmail AT stuge DOT se> <201508261807 DOT t7QI7sS3003191 AT envy DOT delorie DOT com> <20150826182552 DOT 22702 DOT qmail AT stuge DOT se> <55E445F1 DOT 8010309 AT jump-ing DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: a89-182-204-155.net-htp.de User-Agent: KNode/4.14.1 Reply-To: geda-user AT delorie DOT com Markus Hitter (mah AT jump-ing DOT de) [via geda- user AT delorie DOT com] wrote: > At least for pcb one can start with --listen and send actions over > stdin. This way you can bind to any other application or script > capable of writing to this stdin. > For real world scenarios, there are limits though: a) there are no actions for actions which require mouse input b) pcb tries to play smart and exits right away if it thinks an action is not appropriate for a specific HID. E.g. this prevents my bash script to print the flip side of a layout with a vanilla pcb binary. ---<)kaimartin(>---