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
|
.TH LECTIO-UI 1 "2026" "lectio" "User Commands"
.SH NAME
lectio-ui \- interactive terminal reader for the daily readings
.SH SYNOPSIS
.B lectio-ui
.RI [ DATE ]
.RI [ flags ]
.SH DESCRIPTION
.B lectio-ui
is a colored, scrollable terminal reader for
.BR lectio (1)'s
offline daily readings, plus a fuzzy\-book Bible reader with bookmarks. It shares
.BR lectio (1)'s
configuration and reading pipeline; everything renders offline.
.SH OPTIONS
.TP
.BR \-b ", " \-\-bible " " \fIVER\fR
Start on a version (\fBvul\fR built in; see \fBlectio\fR(1) for the optional rest).
.TP
.BR \-R ", " \-\-reader
Open the Bible reader (book picker) instead of the daily view.
.TP
.BR \-a ", " \-\-all
Show all parts, overriding config.
.TP
.BR \-l ", " \-\-lectionary " " \fIWHICH\fR
.BR new " | " trad .
.TP
.BR \-v ", " \-\-version
Print the version and exit.
.TP
.BR \-h ", " \-\-help
Print help and exit.
.SH KEYS
.B tab
/
.B shift+tab
cycle versions,
.B \(<-
/
.B \(->
change day,
.B d
jump to a date,
.B j
/
.B k
scroll,
.B q
quit.
.SH SEE ALSO
.BR lectio (1),
.BR lectio-web (1)
.SH LICENSE
AGPL\-3.0\-or\-later. Bible corpora are separate public\-domain texts (see NOTICE).
|