bible

command module
v0.0.0-...-e1c408b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2023 License: MIT Imports: 7 Imported by: 0

README

bible


Installation

go install github.com/jessehorne/bible@latest

Usage

> bible --help
Usage: bible [OPTION]...
Access the Holy Bible in your terminal.

  --b=...        Book
                 DEFAULT: "Gen"

  --v=...        Verse(s) (Examples: "1:10-11", "5", "3:16")
                 DEFAULT: "1:1"
                  
  --t=...        Version (Examples: "kjv")
                 DEFAULT: "kjv"
                  
  --l=...        Language (Examples: "en")
                 DEFAULT: "en"
  
  -lt            List supported versions.
  --ll        	 List translations for a version.
  --lb           List all books in a version.
  
  -n             Include the number of the verse when printed.

  --help         Show this information.

Examples:
> bible --b="Gen" --v=1:1-2
In the beginning God created the heaven and the earth.
And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.

> bible --b="Gen" --v=1:1-2 -n
1:1 In the beginning God created the heaven and the earth.
1:2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.

For more information, please visit https://github.com/jessehorne/bible

Supported Versions & Translations

  • (DEFAULT) kjv-en via ebible.org (see data/kjv.db)
  • more coming soon...

License

MIT. See ./LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL