#gif #animation #terminal

app gifscii

A CLI to animate GIFs in the terminal

3 stable releases

1.1.1 Nov 19, 2024
1.0.0 Apr 29, 2024

#861 in Command line utilities

Download history 2/week @ 2024-09-18 4/week @ 2024-09-25 120/week @ 2024-11-13 153/week @ 2024-11-20 17/week @ 2024-11-27 117/week @ 2024-12-04 60/week @ 2024-12-11 25/week @ 2024-12-18 56/week @ 2024-12-25 25/week @ 2025-01-01

199 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
~329K SLoC