No description
Find a file
2023-11-08 11:09:14 -06:00
.github/workflows Add CI 2023-11-08 10:57:12 -06:00
LICENSES Fix pre-commit errors 2023-11-08 11:09:14 -06:00
src/chap/backends Fix pre-commit errors 2023-11-08 11:09:14 -06:00
.gitignore initial commit 2023-11-08 10:54:21 -06:00
.pre-commit-config.yaml Fix pre-commit errors 2023-11-08 11:09:14 -06:00
.pylintrc Fix pre-commit errors 2023-11-08 11:09:14 -06:00
pyproject.toml initial commit 2023-11-08 10:54:21 -06:00
README.md initial commit 2023-11-08 10:54:21 -06:00
requirements-dev.txt Fix pre-commit errors 2023-11-08 11:09:14 -06:00

chap-backend-replay

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

Installation

If you installed chap with pip, then run pip install chap-backend-replay.

If you installed chap with pipx, then run pipx inject chap chap-backend-replay.

Use

chap --backend replay -B session:/full/path/to/existing-chap-session.json tui

There are additional back-end parameters, use chap --backend replay --help to list them.