1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: ttygif
Section: utils
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13),
gcc (>= 4:9.0.0)
Standards-Version: 4.5.0
Homepage: https://github.com/icholy/ttygif
Vcs-Browser: https://salsa.debian.org/debian/ttygif
Vcs-Git: https://salsa.debian.org/debian/ttygif.git
Package: ttygif
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, imagemagick, ttyrec, x11-apps
Description: generate gif animations from ttyrec terminal recordings
Usage:
Record a terminal session with "ttyrec <filename>". Terminate with Ctrl-D
Run "ttygif <filename>" to generate a gif animation.
|