Crates.io | gifscii |
lib.rs | gifscii |
version | 1.1.1 |
source | src |
created_at | 2024-04-29 22:11:53.789124 |
updated_at | 2024-11-19 18:20:04.105966 |
description | A CLI to animate GIFs in the terminal |
homepage | https://taep96.moe/projects/squircle-path |
repository | https://github.com/taep96/gifscii |
max_upload_size | |
id | 1224530 |
size | 5,524,543 |
A CLI to animate GIFs in the terminal
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
cargo install gifscii
cargo install --git https://github.com/taep96/gifscii