mirror of https://github.com/CrimsonTome/tldr.git
37 lines
698 B
Markdown
37 lines
698 B
Markdown
# kjv
|
|
|
|
> The word of God available right on your desktop.
|
|
> More information: <https://github.com/bontibon/kjv>.
|
|
|
|
- Display books:
|
|
|
|
`kjv -l`
|
|
|
|
- Open a specific book:
|
|
|
|
`kjv {{Genesis}}`
|
|
|
|
- Open a specific chapter of a book:
|
|
|
|
`kjv {{Genesis}} {{2}}`
|
|
|
|
- Open a specific verse of a specific chapter of a book:
|
|
|
|
`kjv {{John}} {{3}}:{{16}}`
|
|
|
|
- Open a specific range of verses of a book's chapter:
|
|
|
|
`kjv {{Proverbs}} {{3}}:{{1-6}}`
|
|
|
|
- Display a specific range of verses of a book from different chapters:
|
|
|
|
`kjv {{Matthew}} {{1}}:{{7}}-{{2}}:{{6}}`
|
|
|
|
- Display all verses that match a pattern:
|
|
|
|
`kjv /{{Plagues}}`
|
|
|
|
- Display all verses that match a pattern in a specific book:
|
|
|
|
`kjv {{1Jn}}/{{antichrist}}`
|