1LEI-LS-SEARCH(1) public-inbox user manual LEI-LS-SEARCH(1)
2
3
4
6 lei-ls-search - list saved search queries
7
9 lei ls-search [OPTIONS] [PREFIX]
10
12 List saved search queries. If "PREFIX" is given, restrict the output
13 to entries that start with the specified value.
14
16 -f FORMAT
17 --format=FORMAT
18 Display JSON output rather than default short output that includes
19 only the saved search location. Possible values are "json",
20 "jsonl", or "concatjson".
21
22 --pretty
23 Pretty print "json" or "concatjson" output. If stdout is opened to
24 a tty and used as the "--output" destination, "--pretty" is enabled
25 by default.
26
27 -l Long listing format (shortcut for "--format=json").
28
29 --ascii
30 Escape non-ASCII characters.
31
32 -z
33 -0 Use "\0" (NUL) instead of newline (CR) to delimit lines. This
34 option is incompatible with "--format".
35
37 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
38
39 The mail archives are hosted at <https://public-inbox.org/meta/> and
40 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
41
43 Copyright 2021 all contributors <mailto:meta@public-inbox.org>
44
45 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
46
48 lei-q(1), lei-up(1), lei-edit-search(1), lei-forget-search(1)
49
50
51
52public-inbox.git 1993-10-02 LEI-LS-SEARCH(1)