asciinema使用笔记
安装软件
brew install nodejs
npm install -g svg-term-cli
生成录屏文件.cast
asciinema rec a.cast
Ctrl + D 结束录屏
本地播放录屏文件
asciinema play a.cast
.cast文件转成.svg文件
需要先安装 svg-term-cli
cat a.cast | svg-term --out a.svg --term iterm2 --profile mymatrix