mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 08:54:15 +00:00
Update cheatsheets
This commit is contained in:
41
linux/kjv
Normal file
41
linux/kjv
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user