u/Ok-Huckleberry5617

termtrace: replay terminal workflows step by step.
▲ 4 r/opensource+1 crossposts

termtrace: replay terminal workflows step by step.

Been working on a small tool to record terminal sessions and replay them step by step.

It captures commands, outputs, and exit codes so you can reproduce what actually happened instead and share it with out relying on shell history / docs / logs / screen recordings.

Built this mainly after running into issues where I couldn’t reproduce something I fixed earlier.

Would love discussion / feedback!

github.com
u/Ok-Huckleberry5617 — 11 hours ago
termtrace: replay your terminal workflows step by step
▲ 11 r/CLI

termtrace: replay your terminal workflows step by step

Been working on a small tool to record terminal sessions and replay them step by step.

It captures commands, outputs, exit codes, and timing, and stores them as a structured trace. You can replay the session later instead of trying to reconstruct what happened.

Built this mainly because shell history wasn’t enough when debugging or trying to reproduce something.

Curious if this kind of workflow would be useful for others here.

https://github.com/AmalChandru/termtrace

u/Ok-Huckleberry5617 — 1 day ago