bible-tui
is a command-line utility that displays dynamic or selected Bible verses with different borders and color themes.
Built with C++20 and 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
The example outputs in the images are in English, but bible-tui
automatically detects your system language. You can also use the argument:
For more information, use: 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.
Visit the repository and leave a star ⭐: https://github.com/terroo/bible-tui