From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: Re-approaching package tagging Date: Tue, 18 Dec 2018 09:54:35 -0500 Message-ID: <87h8fa7ums.fsf@dustycloud.org> References: <875zvsq8ov.fsf@dustycloud.org> <87imzrgjit.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZGlc-0006Cg-NK for guix-devel@gnu.org; Tue, 18 Dec 2018 09:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGlY-0001bO-OC for guix-devel@gnu.org; Tue, 18 Dec 2018 09:54:40 -0500 In-reply-to: <87imzrgjit.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix Devel Ludovic Court=C3=A8s writes: > I=E2=80=99m surprised you don=E2=80=99t mention --search, which is more a= ppropriate than > -A (=E2=80=98-A=E2=80=99 is here only to search among package names): > > --8<---------------cut here---------------start------------->8--- > $ guix package -s roguelike | recsel -p name,relevance > name: roguebox-adventures > relevance: 7 > > name: tome4 > relevance: 5 > > name: crawl > relevance: 5 > > name: crawl-tiles > relevance: 5 > > name: cataclysm-dda > relevance: 5 > > name: angband > relevance: 5 > --8<---------------cut here---------------end--------------->8--- > > I=E2=80=99m very much in favor of improving =E2=80=98--search=E2=80=99 un= til we=E2=80=99re happy with > the results it gives. > > WDYT? > > Ludo=E2=80=99. I'm embarassed to say I didn't know about --search :)