termtrace
termtrace is a terminal workflow recorder that turns debugging sessions into replyable, shareable artifacts.
Team Members
Description
termtrace is a reproducible terminal session recorder designed for debugging and knowledge sharing.
It captures commands, outputs and execution context so sessions can be replayed step-by-step, making complex workflows deterministic and easy to share.
Sitting between shell history and screen recording, termtrace provides a deterministic, machine-readable trace of terminal workflows for debugging, incident analysis, and collaboration.
Issues & PRs Board
Pull Request
chore: bootstrap repo with Go module, CLI and nix dev shell
Pull Request
feat(workflow): add .wf JSON format, I/O and tests
Pull Request
feat(record): implement PTY shell recording and .wf export
Pull Request
feat(ux): milestone - v0.1 - usable recorder + replay
Pull Request
refactor: extract CLI and app layer; split replay TUI; add unit tests
Pull Request
feat: capture real per-command exit codes