pack data into tar archive rather than base64 encoded blocks
[ssp.git] / README.md
blob30a26e9ae1995e0ad51026c80adb1c8a6b5320c4
1 # kjv
3 Read the Word of God from your terminal
5     usage: ./kjv [flags] <references...>
7       -l      list books
8       -h      show help
10       References types:
11           {Book}
12               Individual book
13           {Book}:{Chapter}
14               Individual chapter of a book
15           {Book}:{Chapter}:{Verse}
16               Individual verse of a specific chapter of a book
17           {Book}:{Chapter}-{Chapter}
18               Range of chapters in a book
19           {Book}:{Chapter}:{Verse}-{Verse}
20               Range of verses in a book chapter
21           {Book}:{Chapter}:{Verse}-{Chapter}:{Verse}
22               Range of chapters and verses in a book
24           /{Search}
25               All verses that match a pattern
26           {Book}/{Search}
27               All verses in a book that match a pattern
28           {Book}:{Chapter}/{Search}
29               All verses in a chapter of a book that match a pattern
31 ## License
33 Public domain