/kyro

Read the Bible from the commandline

Primary LanguageRust

WIP: ☧ kyro - the Bible on the command line

  • I'm using this project as an excuse to learn Rust so bear with me...THERE WILL BE BUGS.
  • The listed commands below are planned to be implemented

Dependencies

If you're on Linux then you should already have less installed if not go ahead and install it:

macOS

brew install less

Ubuntu

sudo apt install less

Arch

sudo pacman -S less

Commands

Help

kyro help

List available Bibles

kyro bibles

Search for a passage of scripture

# search for a range of verses
kyro search John 3:16-18

Read a book of the Bible with less

# read a book of the Bible starting from the beginning
kyro read John

# or read a book of the Bible starting at a specific chapter
kyro read John 3

Verse of the day

kyro today

To-do

  • Help
  • Search for passage within a chapter
  • Search for multi-chapter passage
  • Read command
  • Today command
  • Format output text for easier reading
  • support multiple languages - just English so far but I'd like to add more
  • Listing Bibles - just NET so far but with more languages there could be more