]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-ls-external.pod
4c0c263d5151af0fc1cd6a6f2e5711d054cda887
[public-inbox.git] / Documentation / lei-ls-external.pod
1 =head1 NAME
2
3 lei-ls-external - list inbox and external index locations
4
5 =head1 SYNOPSIS
6
7 lei ls-external [OPTIONS] [FILTER]
8
9 =head1 DESCRIPTION
10
11 List configured externals.  If C<FILTER> is given, restrict the output
12 to matching entries.
13
14 =head1 OPTIONS
15
16 =over
17
18 =item -g
19
20 =item --globoff
21
22 Do not match C<FILTER> using C<*?> wildcards and C<[]> ranges.
23
24 =item --local
25
26 Limit operations to the local filesystem.
27
28 =item --remote
29
30 Limit operations to those requiring network access.
31
32 =item -z
33
34 =item -0
35
36 Use C<\0> (NUL) instead of newline (CR) to delimit lines.
37
38 =back
39
40 =head1 CONTACT
41
42 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
43
44 The mail archives are hosted at L<https://public-inbox.org/meta/> and
45 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
46
47 =head1 COPYRIGHT
48
49 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
50
51 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
52
53 =head1 SEE ALSO
54
55 L<lei-add-external(1)>, L<lei-forget-external(1)>