ttygif icon indicating copy to clipboard operation
ttygif copied to clipboard

Convert terminal recordings to animated gifs

Results 18 ttygif issues
Sort by recently updated
recently updated
newest added

``` ➜ ttygif myrecording window_id: 20 DEBUG: screencapture -x -l20 -o -m /tmp/ttygif.enfaCo/0.png &> /dev/null DEBUG: convert /tmp/ttygif.enfaCo/0.png -background white -quiet -flatten +matte -crop +0+22 -crop +4+0 -crop -4-0 +repage...

When using ttygif to record a 1 minute animation generated in ttyrec and ncurses, performance worsened over time, with playback progressing at a slower and slower pace. Eventually ttygif had...

I see a branch `1.6.0`, but even in that branch, the Makefile is still labelling the build with version `1.4.0`: https://github.com/icholy/ttygif/blob/af74e151f98207a184e6905a595fac93b4dacca9/Makefile#L2 Should this be updated?

Hi @icholy, First of all I'd like to thank you for sharing this nice program with us. I've faced the following problem while using the related software: * After recording...

On arch linux: ``` ttyrec.c:60:10: fatal error: stropts.h: No such file or directory 60 | #include | ^~~~~~~~~~~ compilation terminated. make: *** [: ttyrec.o] Error 1 ==> ERROR: A failure...

Example frame: ![terminal](https://cloud.githubusercontent.com/assets/11027/9977968/ae60f744-5f23-11e5-88f4-0e42ddb0e4c5.png) Perhaps has something to do with having a retina display?

bug
osx
help wanted

iTerm 2 Build 3.1.5.beta.2 macOS High Sierra 10.13.1 (17B48) ``` $ ttyrec myrecording Out of pty's Terminated: 15 ``` Any suggestions?

bug
osx

Since GIF slowly becomes deprecated, animated WebP and WebM taking its place.

Dear icholy, I have installed `ttyrec` and `ttygif` (version 1.4.0) from the Arch User Repository, but nothing happens when I try executing `ttygif`. Below is an excerpt from my terminal....