asciimation icon indicating copy to clipboard operation
asciimation copied to clipboard

An ASCII animation interpreter for the terminal.

Results 4 asciimation issues
Sort by recently updated
recently updated
newest added

Esc or something to exit (eg. for infinitely loops). Pressing ^C works, but the VT stuck and you have to kill it.

Error is below ![图片](https://user-images.githubusercontent.com/1658550/158065547-07574247-2f7d-4da8-809e-446c749c240b.png) I fiixed it using below code size_t x = 0; size_t y = 0; Term::cursor_get(x, y); std::vector flags { AEC::bold, AEC::reverse }; // change 1 std::cout

Hey there, I have a project in ruby where I use animated ASCII. I collect these into standalone text files though. Is it possible for asciimation to also show/dump these...

From a [reddit threat](https://www.reddit.com/r/commandline/comments/89tamv/asciimation_create_animated_ascii_art_for_your/dwyi3we): > Nice. > This still seems to be a lot of work, though. The plane file has 814 lines. Wouldn't it be nice to allow specifying...