Back to browse
GitHub Repository

Record tmux terminal sessions, analyze them with Claude Code into searchable episodes, and replay those episodes

3 starsPython

Record tmux, analyze with Claude, and replay as searchable episodes

by crackleware·Apr 29, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Smart frame filtering cuts storage before sending video to Claude Code.

Strengths
  • Stores only frames before/after changes, skipping static terminal output.
  • Consolidates fragmented frames into self-contained summaries for reliable replay.
  • Searches episode database when exact name or ID lookup fails.
Weaknesses
  • Requires Nix and paid Claude Code API, limiting accessibility for casual users.
  • Replay depends on LLM interpreting summaries correctly; no deterministic guarantee.
Target Audience

Developers who repeat complex terminal workflows

Similar To

Terminalizer · Asciinema · Warp

Post Description

I often have to execute similar tasks so I created program which can record tmux terminal sessions, analyze them with Claude Code into searchable episodes, and replay those episodes to automate similar tasks in the future.

Similar Projects