mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:46:02 +02:00
kjv: add page (#4949)
This commit is contained in:
parent
7cc95674bc
commit
b5c9e4afc9
1 changed files with 36 additions and 0 deletions
36
pages/linux/kjv.md
Normal file
36
pages/linux/kjv.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue