HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kjv — The word of God available right on your desktop. More information: <https://github.com/layeh/kjv#kjv

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandrightkjvcliwordgodavailable
linux

Problem

How to use the kjv command: The word of God available right on your desktop. More information: <https://github.com/layeh/kjv#kjv>.

Solution

kjv — The word of God available right on your desktop. More information: <https://github.com/layeh/kjv#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}}

Code Snippets

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}}

Context

tldr-pages: linux/kjv

Revisions (0)

No revisions yet.