From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] guix package: add a "show" option. Date: Mon, 14 Jul 2014 10:41:37 +0200 Message-ID: <20140714084137.GA19243@debian> References: <1405277641-2891-1-git-send-email-tipecaml@gmail.com> <87fvi5aqry.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6bpd-0002zS-81 for guix-devel@gnu.org; Mon, 14 Jul 2014 04:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6bpV-00007q-OU for guix-devel@gnu.org; Mon, 14 Jul 2014 04:41:57 -0400 Content-Disposition: inline In-Reply-To: <87fvi5aqry.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Jul 13, 2014 at 11:32:33PM +0200, Ludovic Courtès wrote: > No strong opinion, but this seems a bit redundant with ‘--search’, for > example: > > --8<---------------cut here---------------start------------->8--- > $ guix package -s guile | recsel -e 'name = "guile-cairo"' It is an option I missed, not knowing recsel. I think it would be useful. Andreas