Asciinema 1.3.0 发布了,Asciinema是一款Linux平台的轻便的终端录制与分享工具。
具有以下特性:
1. 录制、分享便捷——asciinema在录制后会将记录上传至 asciinema 的网站上,并返回一个 URL 给你,在存在网络的情况下,这种分享方式是非常便捷的。
2. 自由拷贝:在观看记录时,可以自由地拷贝在画面中出现的命令,以便自己动手实践一些炫酷的命令
3. 可以方便地将记录嵌入网页中。
4.
社交:在asciinema网站上通过邮箱登录后,在自己终端上可以运行命令和帐号进行连接,这样你录制的记录在上传后就会保存在你的帐号下并对外展示。
本次发布主要改进如下:
Zero dependencies! (other than Python 3)
Fixed crash when resizing terminal window during recording (#167)
Fixed upload from IPv6 hosts (#94)
Improved UTF-8 charset detection (#160)
-q/--quiet
option can be saved in config file nowFinal "logout" (produced by csh) is now removed from recorded stdout
rec
command now tries to write to target path before starting recording