π bible-tui
is a command-line utility built with C++
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.
π₯ Installation
π¦ 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 Examples
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
Top comments (0)