From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8GUIGpNe1WK4AQEAbAwnHQ (envelope-from ) for ; Mon, 18 Jul 2022 15:22:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0LrYGZNe1WLMYwAA9RJhRA (envelope-from ) for ; Mon, 18 Jul 2022 15:22:27 +0200 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 E30FF2B3A3 for ; Mon, 18 Jul 2022 15:22:26 +0200 (CEST) Received: from localhost ([::1]:40948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDQhd-0006ms-Hc for larch@yhetil.org; Mon, 18 Jul 2022 09:22:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDQhI-0006is-A7 for guix-patches@gnu.org; Mon, 18 Jul 2022 09:22:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51783) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDQhG-0005IE-AD for guix-patches@gnu.org; Mon, 18 Jul 2022 09:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDQhG-0004z4-4j for guix-patches@gnu.org; Mon, 18 Jul 2022 09:22:02 -0400 Subject: bug#56428: [PATCH] home: Add -I, --list-installed option. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 18 Jul 2022 13:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56428 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Antero Mejr Cc: 56428-done@debbugs.gnu.org, andrew@trop.in Mail-Followup-To: 56428@debbugs.gnu.org, ludo@gnu.org, antero@mailbox.org Received: via spool by 56428-done@debbugs.gnu.org id=D56428.165815047419080 (code D ref 56428); Mon, 18 Jul 2022 13:22:01 +0000 Received: (at 56428-done) by debbugs.gnu.org; 18 Jul 2022 13:21:14 +0000 Received: from localhost ([127.0.0.1]:49541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDQgU-0004xg-Cx for submit@debbugs.gnu.org; Mon, 18 Jul 2022 09:21:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDQgR-0004xO-B2 for 56428-done@debbugs.gnu.org; Mon, 18 Jul 2022 09:21:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37286) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDQgL-0005Ao-HM; Mon, 18 Jul 2022 09:21:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=HOn5VnaTMbnqs/QVOQxSrT4p13Mc9WezpSfyecNR5rQ=; b=K0JmKe+AjWWCFzzHYkxG VLrv17pxevloYSeV4W9J2Brdbex1c99Xm2qYmS+QOshH3xI5mwsEh/0GjbJyCVGlRH3+h9sdK9asV 9I7XkhThuxoE25yWWMbHRBhytoQY4G5sVcpDyiwc5do4jna4/x93aHlmI6IdYSVN1/8LlryxlqiL2 6ItToEEB3CYzCXvHWjHlYagAassRyae3wDZTpwChSyjpn+6NCPuK5+gFund4frNgUtAujNcpmltwd qx4cCwenxAHmrYlbf2YRGy9lLqbzDEitjABX8HAwWF79/gu8iCrZ1hBxetJRIVL8pe5Yox+dKI1D5 ClLc7CpDLIeLPg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36030 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDQgL-0006VO-4G; Mon, 18 Jul 2022 09:21:05 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220706191311.14662-1-antero@mailbox.org> <20220712225007.23875-1-antero@mailbox.org> Date: Mon, 18 Jul 2022 15:21:03 +0200 In-Reply-To: <20220712225007.23875-1-antero@mailbox.org> (Antero Mejr's message of "Tue, 12 Jul 2022 22:50:07 +0000") Message-ID: <8735eyzhds.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658150547; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=HOn5VnaTMbnqs/QVOQxSrT4p13Mc9WezpSfyecNR5rQ=; b=B2v2bdncB9/j4ZPIEmg4UHRVdFApqu2xacBItxuYdW++nzv1DAeMo/wHLES+i4GZz+luGD dO94V+dlFo9byeMPT+BQjRDaWlknH0dpDhNtc9Sck9mcNh2mpW+HohltjMHwy52hYfpejO tFZsjFycqTIHbGAUb9Rdz6aLjy1wPofvMy1GqYmj7ylBUeSFwZSCSoKrqZ6kG2miX3S2Q/ 9dbn4IjMpbIALoB0LS4X+8GVrKH4ht+3sn0jGA+Q+xd9nlG5zv3rLxaCOkTdqUYrHQgAao RuS/eqWdej5HeIfH/fee4v/jMWPYf8VIHn9X0QYU/KYwENWLO9Tg78ny9dezWA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658150547; a=rsa-sha256; cv=none; b=Oq6b8oP5L/xO3kG0yf0ENUqza1xJAqcge7RwJh6m91Ri5GsprEQSRnSdEX/ePCILHyHJXy 6y55QdGs2PlX6/GMc/4M0DwKoWq0zS7xt5sEaexqXXbytU0+e+nNIP04/ShNLS7PhQXxSb P2eJVPTCttVjYHe5h55o9cRxSiP9X41SSYHSpwfnlUJepHFTPIdz9nmW13U33RRUeVsVnz joR5bRi/i/7ps3nySUHb84B4vwOIUjGuAVwGgu/dOFUrDCZoewWgktF7ZD8dDcVPWzWC9P /CZ+mNvXPCVpbU1QFka3oW81KvO8osE8e8BOC/oUO2AX/AWg4E3y/0wBDDCEOw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=K0JmKe+A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=K0JmKe+A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E30FF2B3A3 X-Spam-Score: -4.93 X-Migadu-Scanner: scn0.migadu.com X-TUID: Nj/KHiCGb3yy Hi, Antero Mejr skribis: > * guix/scripts/package.scm (list-installed): New procedure. > * guix/scripts/home.scm: Use it. > * guix/scripts/utils.scm (pretty-print-table): New argument "left-pad". > * doc/guix.texi (Invoking Guix Home): Add information and example for > --list-installed flag. I tweaked the wording in the manual, added a docstring to =E2=80=98list-installed=E2=80=99 (info "(guix) Formatting Code"), adjusted = that of =E2=80=98pretty-print-table=E2=80=99, tweaked the commit log to list all th= e changes, and committed. Thanks! Ludo=E2=80=99.