public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob 530b755ebfb2bdef3c8fb3abc8bd3b761e0f56f9 2119 bytes (raw)
$ git show HEAD:Documentation/lei-lcat.pod	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
 
=head1 NAME

lei-lcat - display local copy of messages(s)

=head1 SYNOPSIS

lei lcat [OPTIONS] MSGID_OR_URL [MSGID_OR_URL...]

lei lcat [OPTIONS] (--stdin|-)

=head1 DESCRIPTION

lcat (local cat) is a wrapper around L<lei-q(1)> that displays local
messages by Message-ID.  It is able to extract Message-IDs from URLs
as well as from common formats such as C<E<lt>$MSGIDE<gt>> and
C<id:$MSGID>.  When reading from stdin, input that isn't understood is
discarded, so the caller doesn't have to bother extracting the
Message-ID or link from surrounding text (e.g., a "Link: $URL" line).

=head1 OPTIONS

The following options, described in L<lei-q(1)>, are supported.
One deviation from L<lei-q(1)> is the default output format is
C<-f text> when writing to stdout.

=over

=item --format=FORMAT

=item -f FORMAT

Most commonly C<text> (the default) or C<reply> to
display the message(s) in a format suitable for trimming
and sending as an email reply.

=item --stdin

=item -

C<lei lcat> implicitly reads from stdin if it is a L<pipe(7)>
or regular file.  This is handy for invoking C<lei lcat> from
inside an C<$EDITOR> session (assuming you use an C<$EDITOR>
which lets you pipe arbitrary lines to arbitrary commands).

=item --[no-]remote

=item --no-local

=item --no-external

=item --no-import-remote

=item --torsocks=auto|no|yes, --no-torsocks

=item --proxy=PROTOCOL://HOST[:PORT]

=item -o MFOLDER, --output=MFOLDER

=item -d STRATEGY, --dedupe=STRATEGY

=item -t, --threads

=item -s KEY, --sort=KEY

=item -r, --reverse

=item --offset=NUMBER

=item -g, --globoff

=item -a, --augment

=item --lock=METHOD

=item --alert=COMMAND

=item --mua=COMMAND

=item --no-color

=back

=head1 CONTACT

Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>

The mail archives are hosted at L<https://public-inbox.org/meta/>
and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>

=head1 COPYRIGHT

Copyright 2021 all contributors L<mailto:meta@public-inbox.org>

License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>

=head1 SEE ALSO

L<lei-q(1)>, L<lei-blob(1)>

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git