No description
Find a file
2023-11-09 12:04:04 -06:00
.github/workflows bump python version requirement 2023-11-09 12:04:04 -06:00
LICENSES Fix pre-commit errors 2023-11-08 11:09:14 -06:00
src/chap/backends Fix pre-commit errors 2023-11-09 12:02:41 -06:00
.gitignore Update to newest API & add typing 2023-11-09 11:09:18 -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
Makefile Update to newest API & add typing 2023-11-09 11:09:18 -06:00
mypy.ini Update to newest API & add typing 2023-11-09 11:09:18 -06:00
pyproject.toml bump python version requirement 2023-11-09 12:04:04 -06:00
README.md initial commit 2023-11-08 10:54:21 -06:00
requirements-dev.txt fix requirements 2023-11-08 11:10:06 -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.