From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 08 07:06:06 2023 Received: (at 61645) by debbugs.gnu.org; 8 Mar 2023 12:06:06 +0000 Received: from localhost ([127.0.0.1]:47955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZsYX-0007d8-MI for submit@debbugs.gnu.org; Wed, 08 Mar 2023 07:06:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZsYV-0007ce-Ip for 61645@debbugs.gnu.org; Wed, 08 Mar 2023 07:06:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZsYN-0006NU-MS; Wed, 08 Mar 2023 07:05:55 -0500 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=9+i4XZUU4gWKf+W5iMhrgWMbpHkIh/zdvNRdhGSrsNg=; b=TfCjnYDAO8vY9qbS6oPU jtvvoukNx/X0VQLLmYl8NJVLP+Lu5G7IpbX+71RTFiCLr2buBvFDDvsqmC+25wptX9x8vXHczHzHW CSjvxLRRNk2B/mUDCY7fEOJlPV8yxTNNaoFU662W5yP7Ysi0QHsiquxAjCTHH63XhOpp+ryKfBLfr OwZEXvpctjlTnbWgakMebvixu11hK5yrlB32pn2GMWvG5C6EuQmsrcchBao1OuiWth8ZcP+Pwp3OE O1C5cNhZBz6bzSqLUa9vh8SWkGlnVlYwPHyoPSWCs5tPppid4Fj5HmyQLC1VwhI/ZvkwHe3Xa2OXW CKzmNXCh/Ar3/A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZsYM-0000N7-W6; Wed, 08 Mar 2023 07:05:55 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Arun Isaac Subject: Re: bug#61645: [PATCH mumi 0/1] Add CLI client to search for issues References: <20230220013821.27440-1-arunisaac@systemreboot.net> Date: Wed, 08 Mar 2023 13:05:53 +0100 In-Reply-To: <20230220013821.27440-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 20 Feb 2023 01:38:21 +0000") Message-ID: <87bkl3a1ni.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61645 Cc: Ricardo Wurmus , 61645@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Arun, Arun Isaac skribis: > This patch adds a mumi CLI client that lets one search for issues from > the command line by calling mumi's GraphQL API. This patch requires a > .mumi/config file in the guix repo with the following contents. > > ((debbugs-host . "debbugs.gnu.org") > (patch-email-address . "guix-patches@gnu.org") > (mumi-host . "issues.guix.gnu.org")) > > After adding .mumi/config, you can run search queries like > > $ /path/to/mumi/pre-inst-env mumi search zig is:open Yay, this is great!! > This is only the beginning. I have WIP patches that will add a "mumi > send-email" subcommand that will finally free us from our debbugs > dance when sending multiple patches. I will send them separately once > I have tested it more. Woow, sounds really nice. I=E2=80=99m all for it! Thanks, Ludo=E2=80=99.