DEV Community

Cover image for Get Bible Verses with This TUI App
Marcos Oliveira
Marcos Oliveira

Posted on

Get Bible Verses with This TUI App

πŸ™ 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 
Enter fullscreen mode Exit fullscreen mode

🚧 Build and Install

git clone https://github.com/terroo/bible-tui cd bible-tui cmake . -B build cmake --build build sudo cmake --install build 
Enter fullscreen mode Exit fullscreen mode

πŸ’Ό 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:

Examples


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. 
Enter fullscreen mode Exit fullscreen mode

Visit the repository and leave a star ⭐: https://github.com/terroo/bible-tui

Top comments (0)