BibleTUI

A TUI (text-based user interface) app for reading the Bible.

View on GitHub

BibleTUI

BibleTUI video

Description

Why

Bibles come in many forms: physical books, e-books, audio books, etc.

But command line? With an easy-to-use interface? Welcome to BibleTUI!

How to run

(a) Download executable

  1. Go to the repository’s GitHub Actions page and choose the ‘Build Executable Artifacts’ action.
  2. Click the latest workflow to access the executables (which are hopefully not expired).
  3. Download the proper executable for your OS and architecture.

(b) Build from code

  1. git clone the repository. On Windows, use the main branch. On Linux/Darwin, use the ‘no-tts’ branch. The text-to-speech dependencies have deprecated and do not work at the moment for Linux/Darwin.
  2. run ‘go build .’ to build the executable.

Setting the API key

  1. Go to the API Bible page
  2. Create a new account and get a new API key.
  3. Run the executable and enter the API key in the main menu.

Usage

Potential new features

Contributing

All help is greatly appreciated! Contribute by forking the repo and opening pull requests.

All pull requests should be submitted to the main branch.

Did you find any bugs? 🐛 Let me know!