termtosvg - 将终端会话录制为 SVG 动画


BSD
跨平台
Python

软件简介

termtosvg 是一个用 Python 编写的 Linux 终端记录器,可将你的命令行会话以独立的 SVG 动画呈现。

更多示例可查看:Examples

安装

termtosvg 兼容 Python 3.5 及以上版本,可通过 pip 安装:

pip3 install --user termtosvg

使用

开始录制:

$ termtosvg
Recording started, enter "exit" command or Control-D to end

输入想要录制的命令过程。 完成后,退出 shell 以结束录制:

$ exit
Recording ended, file is /tmp/termtosvg_exp5nsr4.svg

最后,使用喜欢的 Web 浏览器播放:

$ firefox /tmp/termtosvg_exp5nsr4.svg