The catholic-cli is an awesome Catholic Theological knowledge base.
The tool currently has the following functionalities:
- Access information from The Catechism of The Catholic Church,
- Access information from The Roman Missal,
- Access Information from The Canon Law of The Catholic Church
The prerequisite is to have Python 3 installed on your computer.
Type the following command on your terminal to install this.
pip3 install catholic-cli
To do a clean update
pip3 uninstall catholic-cli
pip3 install catholic-cli
Non advanced users can simply type "catholic" in their terminal to start the application. Then you can use the arrow keys on your keyboard to select the different options.
More advanced users can use the command line tool similar to any other CLI.
Typing --help at any level displays commands and arguments you can provide to the command at that level.
The general syntax for using the tool is as follows.
<command> <sub-command> <options>
The default command in this CLI is catholic. All the sub commands are grouped under it.
The allowed sub-commands are:
catechismmissalcanon
The options currently supported by the catholic-cli are:
| Option | Short Form | Data Type | Description | Commands/sub-commands that allow this option | Examples | |
|---|---|---|---|---|---|---|
| 1 | --paragraph |
-p |
INT, TEXT | Displays Paragraph(s) with the given ID | catechismcanonmissal |
--paragraph 10-p 10-p 1-5-p 1,2-p 1,2,4-5 |
| 2 | --search |
-s |
TEXT | Search for the given string | catechismcanonmissal |
--search "Christ"-s "eucharist"-s "The Church" |
| 3 | --help |
BOOLEAN | Get help text | catholic |
--help |
|
| 4 | --version |
BOOLEAN | Displays the version of this CLI | catholic |
--version |
Feel free to send PRs my way if you're willing to contribute to this project 🍻

