X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=8LoAgMCAuq7jYOGIIOLUQiMhGmZ98BeXTVeTFufkinQ=; b=L5/YLF2nSN4JmzumOsANdCyva844CWYWXzUY0C8rusK6d6g/MPc9vOD8gklCdJgRvE 5aWEDsJA1tA1SQT6WeOJamVUErjKsse4IfTowpCfYb9Li5mqd/A6OdzHc5rFahHYiIWs JYH1D3ZViX/CnxF+ss+NV1QXEN179Wt++dAyHB4fdcTr5JOhUHiiErEmedKE0LL3vLQC Uo0IpJ1GYS5e99+amPGWkuv3WUg1zOECUmGgu/o3l/sBqpoDy6IvHQFlotZwSgFhlxkl 4L2CH8NE1QClTBm0anAyVhkKafhpB3GxeTqLN7+GvYTJdiNEu5cJfWuMCQeW+bzs4y2m 18pQ== MIME-Version: 1.0 X-Received: by 10.180.9.38 with SMTP id w6mr34365157wia.57.1438623818950; Mon, 03 Aug 2015 10:43:38 -0700 (PDT) In-Reply-To: <85912337-3BB5-4595-8FDD-3259535038C3@noqsi.com> References: <5329D15C-0713-4919-8205-AC474BAC5652 AT noqsi DOT com> <631C0577-E61D-40BC-B200-96BA897092E6 AT sbcglobal DOT net> <5E2BB4CD-4E81-45DE-80E0-5CAFE9D85ECC AT sbcglobal DOT net> <85912337-3BB5-4595-8FDD-3259535038C3 AT noqsi DOT com> Date: Mon, 3 Aug 2015 09:43:38 -0800 Message-ID: Subject: Re: [geda-user] Improved Find From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t73Hhh23004176 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Aug 3, 2015 at 4:07 AM, John Doty wrote: > > On Aug 2, 2015, at 6:15 PM, Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > >> It would be nice if find was somehow able to find everything in the dir at >> least, at least as an option. Lots of editors fail at this and its annoying. > > I often find myself typing things like “cat Video.*.sch | grep refdes=C | sort” to a shell. There are probably a thousand such useful shell one-liners involvi Me too. And its annoying. Note that what you're doing here is just a simple search. That's what you want most of the time, so it's worth incorporating it as a feature. When using vim, do you do the above, or do you /whatever? > ng grep, cat, sort, wc, and uniq on geda-gaf files. A million if you throw in sed and awk. Hurray for a simple file format! I think no one is proposing changing the format, the question is whether some form of global search is worth having in gschem. I would say definitely yes, provided its graceful enough that it can work for search or just navigation. Britton