Convert terminal recordings to animated GIFs. ttygif converts a ttyrec file into GIF files. It's a stripped down version of ttyplay that screenshots every frame.
Convert terminal recordings to animated GIFs. ttygif converts a ttyrec file into GIF files. It's a stripped down version of ttyplay that screenshots every frame.
To install ttygif, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ttygif
To see what files were installed by ttygif, run:
port contents ttygif
To later upgrade ttygif, run:
sudo port selfupdate && sudo port upgrade ttygif
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.