Skip to content

Terminal Mode

Eliran Wong edited this page Sep 24, 2022 · 19 revisions

Terminal Mode

Terminal mode is a command line mode where all input and output is text based. It does not require users to install Qt graphical library, like PySide6, PySide2, or PyQt5. It runs locally without setting up a server. Users do not need a client to access UBA.

Read https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes for running UBA in different modes.

Requirements

Install python library and git command first

Set up

  1. Download UBA, launch a terminal and run:

git clone https://github.com/eliranwong/UniqueBible

  1. Run UBA:

cd UniqueBible

python3 uba.py terminal

Run with an Initial Command

You can run with an initial command, e.g. John 3

python3 uba.py terminal John 3

UBA commands

Terminal mode takes UBA commands to display content.

To get help, enter ".help" to read available commands.

Quit or Restart

Enter ".quit" to quit UBA

Enter ".restart" to restart UBA

Update

Close UBA first, by entering ".quit".

Run in terminal:

git pull

Clone this wiki locally