From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UK/eIQYg815SJQAA0tVLHw (envelope-from ) for ; Wed, 24 Jun 2020 09:42:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qBCYHQYg8147AwAAbx9fmQ (envelope-from ) for ; Wed, 24 Jun 2020 09:42:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E38619407C7 for ; Wed, 24 Jun 2020 09:42:29 +0000 (UTC) Received: from localhost ([::1]:54358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jo1vI-00010S-OV for larch@yhetil.org; Wed, 24 Jun 2020 05:42:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jny00-00065y-4C for guix-devel@gnu.org; Wed, 24 Jun 2020 01:31:04 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:56786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnxzy-0008CP-B8; Wed, 24 Jun 2020 01:31:03 -0400 Received: from [2606:a000:1127:8381:bb9b:6b0:c48b:b828] (helo=cervus) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jnxzw-0004LD-N1; Wed, 24 Jun 2020 01:31:00 -0400 From: Robin Templeton To: Marius Bakke Subject: Re: hint: Run `guix search ... | less' to view all the results References: <87sgelydh5.fsf@terpri.org> <87r1u58pax.fsf@gnu.org> Date: Wed, 24 Jun 2020 01:30:59 -0400 In-Reply-To: <87r1u58pax.fsf@gnu.org> (Marius Bakke's message of "Tue, 23 Jun 2020 23:06:46 +0200") Message-ID: <87k0zxxc6k.fsf@terpri.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=104.248.1.95; envelope-from=robin@terpri.org; helo=minsky.hcoop.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/24 01:31:00 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Wed, 24 Jun 2020 05:42:10 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: DhvkQWOVqgTP Marius Bakke writes: > Robin Templeton writes: > >> Seconded! The current behavior seems exactly backwards compared to most >> *nix tools; if I wanted *less* information from "guix search" I'd >> manually pipe the output into head or recsel. Perhaps Git-style >> auto-pagination (i.e. page the results when outputting to a terminal) >> would be a good compromise as a default. > > I think this is exactly what 'guix search' does as of a few weeks ago? Yes, I upgraded *just* after sending this message and noticed that it now works the way I'd expect :-) Thanks for changing this, Ludo'!