diff options
Diffstat (limited to 'internal/cli/cli.go')
| -rw-r--r-- | internal/cli/cli.go | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/internal/cli/cli.go b/internal/cli/cli.go index c0c9dea..56de12b 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -25,20 +25,20 @@ import ( "github.com/lukaszkasprzak/lectio/internal/render" ) -const helpText = `lectio — daily Catholic liturgy readings (Polish + 4 versions) +const helpText = `lectio — offline Catholic daily readings & liturgical calendar (OF + EF) Usage: lectio [DATE] [flags] DATE = YYYY-MM-DD (default: today), any position Flags: -a, --all all readings, not just the gospel - -b, --bible VER one version's text: wuj,vul,grb,drb + -b, --bible VER one version's text (vul built in; see Versions below) -c, --compare LIST versions side by side (comma-separated) -p, --ref REF look up a passage (e.g. "J 3:16") with -b/-c -r, --raw text only, no banner/headings (for piping) -w, --width N wrap width; 0 = detect terminal -l, --lectionary WHICH new|trad (trad -> traditional) - --ui-lang LANG override interface/export language: pl|en + --ui-lang LANG day/saint-name & interface language: any code (en, pl, ...) -P, --pager page reading output (like git); default from config --no-pager never page, even if config sets one --list list all books + abbreviations (dialect from sigla_style) @@ -64,7 +64,14 @@ Flags: -v, --version print the version and exit -h, --help this help -Versions: wuj (Wujek) vul (Wulgata) grb (Grecki) drb (Douay-Rheims) +Versions: vul (Latin Vulgate) is built in. wuj (Wujek), grb (Greek) and drb +(Douay-Rheims) are optional: build with 'make build-full', or drop <code>.tsv + +<code>.ini into ~/.config/lectio/corpora/. A missing version renders "(not in <code>)". + +Localisation: ui_language accepts any code; day/saint names come from +~/.config/lectio/names/<code>.ini and interface labels from ui/<code>.ini +(en/pl built in). Custom calendars go in ~/.config/lectio/calendars/ (use=...); +a full replacement sanctorale in ~/.config/lectio/sanctorale/of.ini or ef.ini. Examples: lectio today's gospel |
