1LEI-LCAT(1) public-inbox user manual LEI-LCAT(1)
2
3
4
6 lei-lcat - display local copy of messages(s)
7
9 lei lcat [OPTIONS] MSGID_OR_URL [MSGID_OR_URL...]
10
11 lei lcat [OPTIONS] (--stdin|-)
12
14 lcat (local cat) is a wrapper around lei-q(1) that displays local
15 messages by Message-ID. It is able to extract Message-IDs from URLs as
16 well as from common formats such as "<$MSGID>" and "id:$MSGID". When
17 reading from stdin, input that isn't understood is discarded, so the
18 caller doesn't have to bother extracting the Message-ID or link from
19 surrounding text (e.g., a "Link: $URL" line).
20
22 The following options, described in lei-q(1), are supported. One
23 deviation from lei-q(1) is the default output format is "-f text" when
24 writing to stdout.
25
26 --format=FORMAT
27 -f FORMAT
28 Most commonly "text" (the default) or "reply" to display the
29 message(s) in a format suitable for trimming and sending as a email
30 reply.
31
32 --stdin
33 - "lei lcat" implicitly reads from stdin if it is a pipe(7) or
34 regular file. This is handy for invoking "lei lcat" from inside an
35 $EDITOR session (assuming you use an $EDITOR which lets you pipe
36 arbitrary lines to arbitrary commands).
37
38 --[no-]remote
39 --no-local
40 --no-external
41 --no-import-remote
42 --torsocks=auto|no|yes, --no-torsocks
43 --proxy=PROTOCOL://HOST[:PORT]
44 -o MFOLDER, --output=MFOLDER
45 -d STRATEGY, --dedupe=STRATEGY
46 -t, --threads
47 -s KEY, --sort=KEY
48 -r, --reverse
49 --offset=NUMBER
50 -g, --globoff
51 -a, --augment
52 --lock=METHOD
53 --alert=COMMAND
54 --mua=COMMAND
55 --no-color
56
58 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
59
60 The mail archives are hosted at <https://public-inbox.org/meta/> and
61 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
62
64 Copyright 2021 all contributors <mailto:meta@public-inbox.org>
65
66 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
67
69 lei-q(1), lei-blob(1)
70
71
72
73public-inbox.git 1993-10-02 LEI-LCAT(1)