X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Flei-p2q.pod;h=2e0b1ab676edd6ca3d0199fde3b2f22194b877ea;hp=1068ff0beb27141a7cd074b61a75f8fd3907aa15;hb=bddffde95e686b20f78403ce8817f892e6467b31;hpb=00db45c43436dde25f63abcaa969e29479204b82 diff --git a/Documentation/lei-p2q.pod b/Documentation/lei-p2q.pod index 1068ff0b..2e0b1ab6 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