From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0F6791F670 for ; Mon, 25 Oct 2021 19:31:48 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] lei p2q: document --uri, add examples Date: Mon, 25 Oct 2021 19:31:47 +0000 Message-Id: <20211025193147.772-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This is useful for users lacking in local storage. Also, referencing lei-add-external(1) seems to make less sense than referencing lei-q(1). We'll also stop dropping years from the copyright statement to reduce future churn. --- Documentation/lei-p2q.pod | 17 ++++++++++++++--- lib/PublicInbox/LEI.pm | 1 + 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Documentation/lei-p2q.pod b/Documentation/lei-p2q.pod index 1068ff0beb27..2e0b1ab676ed 100644 --- a/Documentation/lei-p2q.pod +++ b/Documentation/lei-p2q.pod @@ -57,6 +57,10 @@ Dump output that shows the information collected for every prefix. This information can be useful for seeing how a patch is processed, but the format should not be considered stable. +=item --uri + +URI escape output for interacting with HTTP(S) public-inbox instances. + =item -q =item --quiet @@ -65,6 +69,14 @@ Suppress feedback messages. =back +=head1 EXAMPLES + + # to search for all threads which touch a given thread: + lei p2q $COMMIT_OID | lei q -t -o /tmp/results + + # to view results on a remote HTTP(S) public-inbox instance + $BROWSER https://example.com/pub-inbox/?q=$(lei p2q --uri $COMMIT_OID) + =head1 CONTACT Feedback welcome via plain-text mail to L @@ -74,11 +86,10 @@ L =head1 COPYRIGHT -Copyright 2021 all contributors L +Copyright all contributors L License: AGPL-3.0+ L - =head1 SEE ALSO -L +L diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index d24b8e2d6da2..e35339c16d8d 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -355,6 +355,7 @@ my %OPTDESC = ( 'want|w=s@' => [ 'PREFIX|dfpost|dfn', # common ones in help... 'search prefixes to extract (default: dfpost7)' ], +'uri p2q' => [ 'URI escape output' ], 'alert=s@' => ['CMD,:WINCH,:bell,', 'run command(s) or perform ops when done writing to output ' .