1cacaplay(1) General Commands Manual cacaplay(1)
2
3
4
6 cacaplay - play libcaca files
7
9 cacaplay [FILE]
10
12 cacaplay plays libcaca animation files. These files can be created by
13 any libcaca program by setting the CACA_DRIVER environment variable to
14 raw and storing the program's standard output.
15
16 If no file argument is provided or '-' is used, cacaplay will read its
17 data from the standard input.
18
20 cacaplay file.caca
21
22 CACA_DRIVER=raw CACA_GEOMETRY=80x32 cacademo | cacaplay
23
25 cacaserver(1)
26
28 This manual page was written by Sam Hocevar <sam@hocevar.net>.
29
30
31
32libcaca 2006-11-10 cacaplay(1)