diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 01:07:02 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 01:07:02 +0200 |
| commit | e2facb4e06a6eba00d0673d5513ce5300af5a976 (patch) | |
| tree | ab49ea6c2a52fd31eda712457723eb16cf852fbd /man/lectio-ui.1 | |
| parent | 1610b0bf8b0df108b4eeda870e9cf2e83f9c5390 (diff) | |
| download | lectio-e2facb4e06a6eba00d0673d5513ce5300af5a976.tar.gz lectio-e2facb4e06a6eba00d0673d5513ce5300af5a976.zip | |
man: add lectio(1), lectio-ui(1), lectio-web(1); install via Makefile
Add man pages for all three binaries under man/, and install them with
`make install` to $(MANDIR) (= $(PREFIX)/share/man/man1); `make uninstall`
removes them. lectio(1) documents every flag, the config files (corpora, names,
ui, calendars, sanctorale) and examples; the ui/web pages are short. They
render clean under man/mandoc.
Diffstat (limited to 'man/lectio-ui.1')
| -rw-r--r-- | man/lectio-ui.1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/man/lectio-ui.1 b/man/lectio-ui.1 new file mode 100644 index 0000000..65b62e6 --- /dev/null +++ b/man/lectio-ui.1 @@ -0,0 +1,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). |
