Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.16 KB

README.md

File metadata and controls

67 lines (37 loc) · 1.16 KB

ttyrec2gif

ttyrec to animated GIF.

About ttyrec

see http://0xcc.net/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