[go: nahoru, domu]

Skip to content

Releases: nehemiaharchives/bbl

v1.4

17 Oct 08:55
Compare
Choose a tag to compare
  • New Bibles added as following:
RVR09 | Reina-Valera                               | Reina-Valera                     | Spanish    | 1909
TB    | Brazilian Translation                      | Tradução Brasileira              | Portuguese | 1917
DELUT | Luther Bible                               | Lutherbibel                      | German     | 1912
LSG   | Louis Segond                               | Bible Segond                     | French     | 1910
SINOD | Russian Synodal Bible                      | Синодальный перевод              | Russian    | 1876
SVRJ  | Statenvertaling Jongbloed edition          | Statenvertaling Jongbloed-editie | Dutch      | 1888
RDV24 | Revised Diodati Version                    | Versione Diodati Riveduta        | Italian    | 1924
UBG   | Updated Gdansk Bible                       | Uwspółcześniona Biblia gdańska   | Polish     | 2017
UBIO  | Ukrainian Bible, Ivan Ogienko              | Біблія в пер. Івана Огієнка      | Ukrainian  | 1962
SVEN  | Svenska 1917                               | 1917 års kyrkobibel              | Swedish    | 1917
  • bbl list to available arguments to specify bibles and books
    listing bibles:
bbl list
bbl list bible(s)
bbl list version(s)
bbl list translation(s)
WEBUS | World English Bible                        | World English Bible              | English    | 2000
KJV   | King James Version                         | King James Version               | English    | 1611
...
JC    | Japanese Colloquial Bible                  | 口語訳                           | Japanese   | 1955

listing book names:

bbl list book
bbl list books
genesis, gen, ge, gn
exodus, ex, exod, exo
leviticus, lev, le, lv
...
revelation, rev, re, the revelation

v1.3

13 Oct 15:04
Compare
Choose a tag to compare
  • bbl rand command to show a random verse or chapter from entire bible, OT, NT or gospels in following syntax. @JamesWasHere contributed the idea to implementing this feature.
    bbl rand
    bbl rand ot
    bbl rand nt
    bbl rand g
    bbl rand chapter

  • fix for installation in ubuntu 20.04 and 21.04

v1.2

30 Sep 17:33
Compare
Choose a tag to compare

Search subcomand added with following syntax:

bbl search Jesus Christ
bbl search Jesus Christ in romans
bbl search Jesus Christ in romans 3
bbl search Jesus Christ in romans 4-6
bbl search Jesus Christ in kjv
bbl search Jesus Christ in romans in kjv
bbl search Jesus Christ in romans 3 in kjv
bbl search Jesus Christ in romans 4-6 in kjv
bbl search Jesus Christ in kjv in romans
bbl search Jesus Christ in kjv in romans 3
bbl search Jesus Christ in kjv in romans 4-6

v1.1

24 Sep 14:52
Compare
Choose a tag to compare

version 1.1 change:

  • syntax to choose translation: bbl gen 1 in kjv
  • default translation is now World English Version (US)
  • available translations: webus, kjv, cunp, krv, jc
  • supports syntax like bbl gen 1:2 or bbl gen 1:3-4 to show specific verses
  • works offline!

v1.0

27 Jan 08:22
Compare
Choose a tag to compare

In the command line, type bbl genesis 1. Then you start to read Genesis chapter 1.

MacOS Installation

  1. Download bbl-1.0.pkg from below
  2. Click install button, then bbl command should be available from within /usr/local/bin/bbl

Linux Installation (Debian based only):

  1. Download bbl_1.0-1_amd64.deb from below
  2. Run sudo apt install bbl_1.0-1_amd64.deb -y then bbl command should be available from within /usr/sbin/bbl

Windows Installation:

  1. Download installer from below and click Install button on bbl-1.0.msi
  2. Add folder where you put bbl.exe to your PATH by editing environmental variable setting.