gifscii

Crates.iogifscii
lib.rsgifscii
version1.1.1
sourcesrc
created_at2024-04-29 22:11:53.789124
updated_at2024-11-19 18:20:04.105966
descriptionA CLI to animate GIFs in the terminal
homepagehttps://taep96.moe/projects/squircle-path
repositoryhttps://github.com/taep96/gifscii
max_upload_size
id1224530
size5,524,543
taep96 (taep96)

documentation

README

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
Commit count: 6

cargo fmt