Skip to content

An open source CLI for reading the Holy Bible written in Go.

License

Notifications You must be signed in to change notification settings

jessehorne/bible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An open source CLI for reading the Holy Bible written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages