小智 6
是的。虽然asciinema本身不提供此功能,但有一些工具可以为您提供便利。
您可以像这样创建本地录音:
asciinema rec my_recording.json
Run Code Online (Sandbox Code Playgroud)
然后将其输入asciicast2gif等工具中:
./asciicast2gif my_recording.json my_recording.gif
Run Code Online (Sandbox Code Playgroud)