Awesome
ttyrec2gif
ttyrec to animated GIF.
About ttyrec
Installation
go get github.com/sugyan/ttyrec2gif
Usage
ttyrec2gif -in <input file> -out <output file> -s <speed> -row <rows> -col <columns>
in
: ttyrec file (default:"ttyrecord"
)out
: output animated GIF file name (default:"tty.gif"
)s
: play speed (default:1.0
)row
: terminal height (default:24
)col
: terminal width (default:80
)noloop
: play only once (default:false
)
Demo
256color, peco
sl
Note
Author
@sugyan
Thanks To
@lengshuiyulangcn
@hirak
@yoshi389111