GIF for CLI
Takes in a GIF, short video, or a query to the Tenor GIF API
...It takes an input GIF (or a URL) and converts each frame into a terminal-friendly representation, timing updates to approximate the original animation. Depending on terminal capabilities, it can use ANSI color blocks or image protocols to achieve surprisingly faithful playback. The tool includes conveniences such as looping control, scaling to fit your terminal, and caching to avoid repeated downloads. It’s useful for quick visual feedback, lightweight demos, or just adding some personality to scripts and readmes. Despite its whimsical nature, the project is a tight example of frame decoding, timing, and terminal rendering glued together in a single command.