uriel
This is the project page for
uriel
.
To view the repository on GitHub,
click here.
Overview
uriel
is a command-line Bible verse fetching program.
The user can provide the book, chapter, and verse they want
and uriel
will display it.
Alternatively, it can print entire chapters of a book,
or entire books themselves.
Usage
To install, download it from the
GitHub repository
and run
make install
.
To uninstall, run
make uninstall
.
If you know the book, chapter, and verse you want to print,
you can simply run
uriel [book] [chapter]:[verse]
.
If the book and chapter are provided, but no verse,
the program will print the entire chapter.