Bible TUI
June 26, 2025 ยท View on GitHub
Get Bible Verses via Command Line

๐ bible-tui
bible-tui is a command line utility that displays dynamic or selected verses from the Bible with different frames and color themes. Available in English and Portuguese.
๐ฆ Dependencies
Example on Ubuntu:
sudo apt install build-essential cmake libcurlpp-dev nlohmann-json3-dev
๐ง Build and Install
git clone https://github.com/terroo/bible-tui
cd bible-tui
cmake . -B build
cmake --build build
sudo cmake --install build
๐ผ Usage and Examples

Help: bible-tui --help
Usage:
bible-tui [options]
Options:
--lang=pt|en Set the language.
--theme=real|lolcat|atom|style Set the color theme.
--mold=default|double|rounded|empty Set the border style.
--book=name:num-num Set the book and verse.
Examples:
[EN]psalms:23-1 | [PT]salmos:23-1
--help, -h Show this message.
--version, -v Show version info.
bible-tuiis still in early versions, if you find any bugs, please open an issue.