Skip to content

st4rk-7/bible-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible CLI

A simple, fast, and offline-first command-line interface for reading and searching the Bible (KJV).

Note: This project is currently under development.

Features

  • Offline First: The entire KJV text is embedded in the application. No internet connection required.
  • Get Verses & Chapters: Fetch specific verses, verse ranges, or entire chapters.
  • Full-Text Search: Perform a case-insensitive search across the entire Bible.
  • List Books & Chapters: Explore the contents of the Bible.
  • Random Verse: Get a random, popular verse that is meaningful on its own.

Usage

Get a Specific Reference

# Get a single verse
bible "John:3:16"

# Get a range of verses
bible "Genesis:1:1-5"

# Get an entire chapter
bible "Psalm:23"

Search

# Search for a word
bible search faith

# Search for a phrase (use quotes)
bible search "in the beginning"

List Contents

# List all books
bible list

# List all chapters in a specific book
bible list Genesis

Random Verse

bible random

About

A command line app to read Bible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages