Skip to content

charpty/ttygif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttygif

Generate an animated GIF by playing ttyrecord (by ttyrec) and taking screenshots of your terminal.

About ttyrec

see http://0xcc.net/ttyrec/.

Installation

go get github.com/sugyan/ttygif

or download binaries from Releases.

Usage

ttygif -in <input file> -out <output file> -s <speed> -noloop <bool>
  • in: ttyrec file (default: "ttyrecord")
  • out: output animated GIF file name (default: "tty.gif")
  • s: play speed (default: 1.0)
  • noloop: play only once (default: false)

Packages

No packages published

Languages

  • Go 100.0%