Obtenha Versos da Bíblia com esse App TUI
Marcos Oliveira

Marcos Oliveira @marcosplusplus

About: EN: https://terminalroot.com/ BR: https://terminalroot.com.br/

Location:
Brasil, Paraná
Joined:
May 22, 2024

Obtenha Versos da Bíblia com esse App TUI

Publish Date: Jun 25
2 0

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

🚧 Construa e instale

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

💼 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

Examples


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.

Enter fullscreen mode Exit fullscreen mode

Visite o repositório e deixe sua estrela ⭐: https://github.com/terroo/bible-tui

Bible TUI

Comments 0 total

    Add comment