2026-03-31 15:43:05 +02:00
2026-03-31 15:30:26 +02:00
2026-03-31 15:43:05 +02:00

Catechism CLI (ccc)

A command-line tool for querying sections of the Catechism of the Catholic Church by section number.

Usage

ccc <section_number|range>

Dependencies

The script requires the following Perl modules (all included in standard Perl distributions):

  • LWP::UserAgent - For HTTP requests
  • JSON::PP - For JSON parsing
  • File::Spec - For file path operations
  • File::HomeDir - For home directory detection
  • File::Path - For creating cache directory structures

Licensing

This project is licensed under the terms & conditions of the Zlib license. See the license file for more information.

Description
A CLI script to query the Catechism of the Catholic Church.
Readme Zlib 36 KiB
Languages
Perl 100%