This content originally appeared on DEV Community and was authored by Marcos Oliveira
🙏 bible-tui
é um utilitário via linha de comando feito com C++
bible-tui
é um utilitário de linha de comando que exibe versículos dinâmicos ou selecionados da Bíblia com diferentes molduras e temas de cores.
Feito com C++20 e disponível para os idiomas: Inglês e Português.
📥 Instalação
📦 Dependências
Example no Ubuntu:
sudo apt install build-essential cmake libcurlpp-dev
🚧 Construa e instale
git clone https://github.com/terroo/bible-tui
cd bible-tui
cmake . -B build
cmake --build build
sudo cmake --install build
💼 Exemplos de uso
As saídas dos exemplos das imagens estão em inglês, mas o bible-tui
detecta automaticamente o idioma do seu sistema, além de você também poder usar o argumento:
-
bible-tui --lang=pt
para Português
Para mais informações 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.
Visite o repositório e deixe sua estrela ⭐: https://github.com/terroo/bible-tui
This content originally appeared on DEV Community and was authored by Marcos Oliveira

Marcos Oliveira | Sciencx (2025-06-25T23:22:08+00:00) Obtenha Versos da Bíblia com esse App TUI. Retrieved from https://www.scien.cx/2025/06/25/obtenha-versos-da-biblia-com-esse-app-tui/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.