replay_pty-0.0.1 has been yanked.
Replay: save and replay sequences of shell commands
Replay is a lightweight CLI tool to record, replay, and manage shell command sessions. Ideal for automation, reproducibility, and quick demonstrations.
Installation
Usage
Available Commands
Run a replay on the specified session.
Arguments
SESSION_NAME: The name of the session to replay. If omitted, the last session will be used.
Options
-s,--show: Show the commands without executing them.-d,--delay <ms>: Delay (in milliseconds) between commands. Default to0.-h,--help: Show help for this commands.
Record a new session of shell commands. If a session name is provided, it will be used to label the recording.
Show help for the CLI or a specific subcommand.
Global Options
-h,--help: show general help.-V,--version: show version information.
Git Hook
To enable a pre-configured Git hook that automatically formats your code before each commit:
Run these commands once after cloning the repository to ensure the hooks are active.