TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 agarwa909 个月前
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 个月前
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 未加载