add documentary link
[ssp.git] / README.md
bloba3c33900c1fffd76ea29821e5970736cb47bb5b4
1 <a href="https://www.youtube.com/watch?v=2H2oUl7ufK0" title="Why the King James Bible?"><img src="https://i.imgur.com/A9piMKc.png" width="250" align="right"></a>
3 # kjv [![AUR](https://img.shields.io/badge/AUR-kjv--git-blue.svg)](https://aur.archlinux.org/packages/kjv-git/)
5 Read the Word of God from your terminal
7 ## Usage
9     usage: kjv [flags] [reference...]
11     Flags:
12       -A num  number of verses of context after matching verses
13       -B num  number of verses of context before matching verses
14       -C      show matching verses in context of the chapter
15       -l      list books
16       -h      show help
18     Reference:
19         <Book>
20             Individual book
21         <Book>:<Chapter>
22             Individual chapter of a book
23         <Book>:<Chapter>:<Verse>[,<Verse>]...
24             Individual verse(s) of a specific chapter of a book
25         <Book>:<Chapter>-<Chapter>
26             Range of chapters in a book
27         <Book>:<Chapter>:<Verse>-<Verse>
28             Range of verses in a book chapter
29         <Book>:<Chapter>:<Verse>-<Chapter>:<Verse>
30             Range of chapters and verses in a book
32         /<Search>
33             All verses that match a pattern
34         <Book>/<Search>
35             All verses in a book that match a pattern
36         <Book>:<Chapter>/<Search>
37             All verses in a chapter of a book that match a pattern
39 ## Build
41 kjv can be built by cloning the repository and then running make:
43     git clone https://github.com/bontibon/kjv.git
44     cd kjv
45     make
47 ## License
49 Public domain