🙏 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 on Ubuntu:
sudo apt install build-essential cmake libcurlpp-dev nlohmann-json3-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