Install "ttygif" binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/icholy-ttygif:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Version of "ttygif" to install. | string | latest |
ttygif converts a ttyrec terminal recording file into animated GIF files. It captures every frame of a terminal session recorded with ttyrec and assembles them into a GIF using ImageMagick.
Built from source using the GitHub release tarball and installed to /usr/local/bin via make install. Build dependencies (gcc, make) and runtime dependencies (imagemagick, ttyrec, x11-apps) are installed via APT.
Because ttygif uses xwd to capture X11 window screenshots at runtime, it requires a running X server (or virtual framebuffer such as Xvfb) when actually recording GIFs. The binary can be installed in a headless container but will need an X11 environment to function fully.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.