This repository contains reusable templates for the prich CLI tool, designed for easy sharing and installation.
To list available remote templates from this repository, run:
prich list --remote
Use template_id
from the list above and install it with the -r
or --remote
flag:
prich install <template_id> -r
This will download the corresponding archive from the remote templates repo and extract it locally.
Want to share your own template? Feel free to open a pull request or suggest a new template idea!