Read the Word of God from your terminal
Forked from https://github.com/lukesmithxyz/kjv.git. I modified this to use the WEB Bible. All paragraph and poetic formatting has been lost to render one verse per line. It has no footnotes. The book of "2 Esdras" was renamed "3 Esdras" to keep in conformity to canons I know. The translation is unchanged otherwise.
usage: ./ [flags] [reference...]
-l list books
-W no line wrap
-h show help
Reference types:
<Book>
Individual book
<Book>:<Chapter>
Individual chapter of a book
<Book>:<Chapter>:<Verse>[,<Verse>]...
Individual verse(s) of a specific chapter of a book
<Book>:<Chapter>-<Chapter>
Range of chapters in a book
<Book>:<Chapter>:<Verse>-<Verse>
Range of verses in a book chapter
<Book>:<Chapter>:<Verse>-<Chapter>:<Verse>
Range of chapters and verses in a book
/<Search>
All verses that match a pattern
<Book>/<Search>
All verses in a book that match a pattern
<Book>:<Chapter>/<Search>
All verses in a chapter of a book that match a pattern
I include the traditional and canonical forms of both books. Daniel includes Susanna as 13 and Bel as 14. The prayer of the three youths is in the middle 3.
Esther is different enough in Greek and Hebrew versions that I have included both. Access Esther Greek as "esth," "Esther," or "esthg." Access the Hebrew version as "esthh".
can be built by cloning the repository and then running make:
git clone https://github.com/lukesmithxyz/.git
cd
sudo make install
Public domain