/remedy

simple cli gif player

Primary LanguageRust

remedy

Simple cli program to play gifs directly into terminal representing each pixel as unicode symbol

Usage

Simply call executable with your gif file as the first argument

$ remedy example.gif

You can change character representing one pixel you can specify it with --char flag

$ remedy example.gif --char "#"