Parent: [8eb9ad] (diff)

Child: [7b69a7] (diff)

Download this file

recoll.1    79 lines (78 with data), 1.6 kB

 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
.\" $Id: recoll.1,v 1.3 2007-11-13 18:42:18 dockes Exp $ (C) 2005 J.F.Dockes\$
.TH RECOLL 1 "8 January 2006"
.SH NAME
recoll \- user interface for the Recoll full text search system
.SH SYNOPSIS
.B recoll
[
.B -c
<configdir>
]
[
.B -o
|
.B -l
|
.B -f
|
.B -a
]
[
.B -t
]
[
.B -q
<query>
]
.SH DESCRIPTION
The
.B recoll
command will start the graphical user interface for querying the
.B Recoll
database.
.PP
On the first run,
.B recoll
will create the user configuration which can be customized
before starting the first indexation.
.PP
The
.B -c
option specifies the configuration directory name, overriding the
default or $RECOLL_CONFDIR.
.PP
The
.B -q
option can be used to specify an initial query on the command line. This
query will be interpreted by default as a query language string.
If
.B -a
is specified, the query string will be interpreted as an
.I all words
simple search query. If
.B -o
is specified, the query string will be interpreted as an
.I any word
simple search query. If
.B -f
is specified, the query string will be interpreted as a
.I file name
simple search query. If
.B -l
is specified, the query string will be interpreted as a
.I query language
simple search query.
.PP
If
.B -t
is specified, the Graphical User Interface will not be started, and results
will be printed to the standard output. Additional options understood by
the
.B recollq
command may be specified in this case. These can control the output format
and the maximum number of results to be printed.
.PP
Please refer to online help for a full description.
.SH SEE ALSO
.PP
recollindex(1) recollq(1) recoll.conf(5)