Wait the light to fall

Python 终端录屏工具

焉知非鱼

Python 3 有一个很好的终端命令录制工具,叫做 asciinema, 使用 pip 安装就好了。它不支持 windows。

pip install asciinema

安装完,开始录制

asciinema rec demo

录制结束后按 Ctrl + D 结束。

查看录制的东西使用

asciinema play demo

分享 #