#gif #animation #terminal

app gifscii

A CLI to animate GIFs in the terminal

3 stable releases

new 1.1.1 Nov 19, 2024
1.0.0 Apr 29, 2024

#8 in #gif

Download history 5/week @ 2024-07-30 6/week @ 2024-09-24

77 downloads per month

MIT license

5.5MB
276 lines

gifscii

A CLI to animate GIFs in the terminal

demo

Usage

Usage: gifscii [OPTIONS] <INPUT>

Arguments:
  <INPUT>  URL/stdin/path to the GIF file

Options:
  -n, --no-loop          Loop the animation
  -f, --filter <FILTER>  Scaling filter [default: lanczos3] [possible values: lanczos3, gaussian, catmull-rom, triangle, nearest, none]
  -d, --debug            Print debug info - progress, frame time/rate, delays
  -h, --help             Print help (see more with '--help')
  -V, --version          Print version

Installation

crates.io

cargo install gifscii

From source

cargo install --git https://github.com/taep96/gifscii

Dependencies

~11–21MB
~318K SLoC