cacaplay (1) Linux Manual Page
cacaplay – play libcaca files
Synopsis
cacaplay [FILE]Description
cacaplay plays libcaca animation files. These files can be created by any libcaca program by setting the CACA_DRIVER environment variable to raw and storing the program’s standard output. If no file argument is provided or ‘-‘ is used, cacaplay will read its data from the standard input.
Examples
cacaplay file.caca CACA_DRIVER=raw CACA_GEOMETRY=80×32 cacademo | cacaplay
