mix raxol.replay
(Raxol v2.3.0)
View Source
Replays a recorded Raxol session from an asciicast (.cast) file.
Usage
mix raxol.replay demo.cast
mix raxol.replay demo.cast --speed 2.0
mix raxol.replay demo.cast --speed 0.5
mix raxol.replay demo.cast --no-interactiveOptions
--speed/-s- Playback speed multiplier (default: 1.0). 2.0 plays at double speed, 0.5 at half speed.--max-delay- Maximum pause between frames in seconds (default: 5.0). Prevents long idle gaps from stalling replay.--no-interactive- Disable keyboard controls (simple playback).--info- Print recording info without playing.
Controls (interactive mode)
space- Pause / resume+/-- Increase / decrease speed>/<- Skip forward / backward 5 seconds0..9- Jump to 0%-90% of recordingq/ESC- Quit
Files are asciinema v2 format, compatible with asciinema play.