TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What terminal recording tools lets you edit/run recordings?

7 pointsby agarwa909 months ago
I have used asciinema(https:&#x2F;&#x2F;github.com&#x2F;asciinema&#x2F;asciinema) for terminal recordings. Recently, I&#x27;ve been using Savvy(https:&#x2F;&#x2F;github.com&#x2F;getsavvyinc&#x2F;savvy-cli) for recording my terminal activity and saving it as executable runbooks, which has been helpful, since I can edit it. Though the output format for both are useful for different things. Asciinema is more useful for demonstrations whereas Savvy is more useful for documentation&#x2F;reuse.<p>What are some other terminal recording tools out there? Do they allow editing the recordings ?

1 comment

dansult9 months ago
In a previous gig we used &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;vhs">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;vhs</a>&gt; and kept the &quot;tape&quot; in git. This way it sort of ensured that updates to the CLI were updated. If someone added something and didn&#x27;t update the the tape, it would be noticed in code review. Worked well enough.
评论 #41296253 未加载