diff --git a/pages/linux/kjv.md b/pages/linux/kjv.md new file mode 100644 index 000000000..78f925efc --- /dev/null +++ b/pages/linux/kjv.md @@ -0,0 +1,36 @@ +# kjv + +> The word of God available right on your desktop. +> More information: . + +- 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}}`