X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-q.pod;h=1cbffba4b36bb0eea2d9c0c077419674155ac89f;hb=9b0c238f887475d920a8589b492ec15c63770152;hp=391998491bbdefecf61ea9e6b306507faeb92a18;hpb=d1be878c9f1287729e77feb3f2ce63e5ba4889da;p=public-inbox.git diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index 39199849..1cbffba4 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -10,7 +10,7 @@ lei q [OPTIONS] (--stdin|-) =head1 DESCRIPTION -Search for messages across the lei store and externals. +Search for messages across the lei/store and externals. =for comment TODO: Give common prefixes, or at least a description/reference. @@ -26,6 +26,10 @@ TODO: mention curl options? Read search terms from stdin. +=item --no-save + +Do not save the search for L. + =item --output=MFOLDER =item -o MFOLDER @@ -39,7 +43,7 @@ Destination for results (e.g., C, C, or C). The prefix may be a supported protocol: C or C. URLs requiring -authentication must use L and/or L to +authentication use L to fill in the username and password. A prefix can specify the format of the output: C, @@ -56,7 +60,7 @@ Default: C<-> (stdout) Format of results to stdout. This option exists as a convenient way to specify the format for the default stdout destination. -C, C, C, or C are all supported, +C, C, C, C, or C are all supported, as are the various mbox variants described in L. When a format isn't specified, it's chosen based on the @@ -66,6 +70,10 @@ default destination (stdout). Using a C prefix with the C<--output> destination is preferred when not writing to stdout. +=item --no-color + +Disable color (for C<-f reply> and C<-f text>). + =item --pretty Pretty print C or C output. If stdout is opened to @@ -156,6 +164,8 @@ multiple times. =item --only=LOCATION +=item -O LOCATION + Use only the specified external for search. This option may be given multiple times, in which case the search uses only the specified set. @@ -184,7 +194,9 @@ Default: fcntl,dotlock =item -n NUMBER -Limit the number of matches. +Fuzzy limit the number of matches per-local external and lei/store. +Messages added by the L<--threads> switch do not count towards this +limit, and there is no limit on remote externals. Default: 10000 @@ -225,12 +237,71 @@ Suppress feedback messages. =item --no-torsocks -Whether to wrap L and L commands with torsocks. +Whether to wrap L and L commands with L. Default: C +=item --proxy=PROTO://HOST[:PORT] + =back +=head1 SEARCH TERMS + +C supports the same search prefixes used by HTTP(S) public-inbox +instances: + +=for comment +AUTO-GENERATED-SEARCH-TERMS-BEGIN + + s: match within Subject e.g. s:"a quick brown fox" + d: match date-time range, git "approxidate" formats supported + Open-ended ranges such as `d:last.week..' and + `d:..2.days.ago' are supported + b: match within message body, including text attachments + nq: match non-quoted text within message body + q: match quoted text within message body + n: match filename of attachment(s) + t: match within the To header + c: match within the Cc header + f: match within the From header + a: match within the To, Cc, and From headers + tc: match within the To and Cc headers + l: match contents of the List-Id header + bs: match within the Subject and body + dfn: match filename from diff + dfa: match diff removed (-) lines + dfb: match diff added (+) lines + dfhh: match diff hunk header context (usually a function name) + dfctx: match diff context lines + dfpre: match pre-image git blob ID + dfpost: match post-image git blob ID + dfblob: match either pre or post-image git blob ID + patchid: match `git patch-id --stable' output + rt: match received time, like `d:' if sender's clock was correct + +=for comment +AUTO-GENERATED-SEARCH-TERMS-END + +Additional search prefixes which only affect the local lei/store: + + L: match the given label + kw: match the given keywords + +See L for more info on labels and keywords. + +Most prefixes are probabilistic, meaning they support stemming +and wildcards (C<*>). Ranges (such as C) and boolean prefixes +do not support stemming or wildcards. +The upstream Xapian query parser documentation fully explains +the query syntax: L + +=head1 TIPS + +C<-f reply> is intended to aid in turning a cover letter +into a reply (since using C +is tedious). Results (including "From " lines) should be edited +and trimmed in your favorite C<$EDITOR> before sending. + =head1 CONTACT Feedback welcome via plain-text mail to L @@ -240,11 +311,11 @@ L =head1 COPYRIGHT -Copyright 2021 all contributors L +Copyright all contributors L License: AGPL-3.0+ L =head1 SEE ALSO -L, +L, L, L, L