是什么 ? | : | a command-line tool that converts a ttyrec file into gif files. |
开发语言 | : | C |
源码仓库 | : | https://github.com/icholy/ttygif |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install ttygif |
GNU/Linux | HomeBrew | brew install ttygif |
apt | sudo apt-get install -y ttygif | |
CentOS | yum | sudo yum install -y ttygif |
dnf | sudo dnf install -y ttygif | |
Alpine Linux | apk | sudo apk add ttygif |
yay | yay -Syyu --noconfirm |
1、使用ttyrec [fileName]
命令开始录制视频,按CTRL + d
快捷键或输入exit
命令退出录制。fileName
可以不指定,如果没有指定,默认是ttyrecord
。
2、使用ttygif [fileName]
将上一步生成的录制文件转换成gif
文件。