ttyrec is a tty recorder written by Satoru Takabayashi. It can play back with the included ttyplay command. However, unfortunately, windows implementation of ttyrec did not exist. So I implement ttyrec works on windows.
Recording
$ ttyrec
Playback
$ ttyplay ttyrecord
- golang
$ go get github.com/mattn/ttyrec4windows/ttyrec
$ go get github.com/mattn/ttyrec4windows/ttyplay
MIT
Yasuhiro Matsumoto (a.k.a mattn)