#gif #terminal #animation

app gifscii

A CLI to animate GIFs in the terminal

1 stable release

1.0.0 Apr 29, 2024

#379 in Command line utilities

Download history 180/week @ 2024-04-24 39/week @ 2024-05-01

219 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

~19–29MB
~336K SLoC