A simple, fast, and offline-first command-line interface for reading and searching the Bible (KJV).
Note: This project is currently under development.
- 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.
# 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 for a word
bible search faith
# Search for a phrase (use quotes)
bible search "in the beginning"# List all books
bible list
# List all chapters in a specific book
bible list Genesisbible random