No description
Find a file
2023-11-09 12:03:37 -06:00
.github/workflows bump python version requirement 2023-11-09 12:03:37 -06:00
LICENSES initial commit 2023-11-08 16:57:02 -06:00
src/chap/commands Fix pre-commit diagnostics 2023-11-09 12:02:04 -06:00
.gitignore Update to newest API & add typing 2023-11-09 12:01:05 -06:00
.pre-commit-config.yaml initial commit 2023-11-08 16:57:02 -06:00
.pylintrc initial commit 2023-11-08 16:57:02 -06:00
Makefile Update to newest API & add typing 2023-11-09 12:01:05 -06:00
mypy.ini Update to newest API & add typing 2023-11-09 12:01:05 -06:00
pyproject.toml bump python version requirement 2023-11-09 12:03:37 -06:00
README.md yow typo in package name 2023-11-08 17:36:15 -06:00
requirements-dev.txt initial commit 2023-11-08 16:57:02 -06:00

chap-command-explain

A proof-of-concept command plug-in for chap.

Installation

If you installed chap with pip, then run pip install chap-command-explain.

If you installed chap with pipx, then run pipx inject chap chap-command-explain.

Use

chap explain "echo 42 | tee /etc/answer"