Last change
on this file since 2189 was
1352,
checked in by Sam Hocevar, 14 years ago
|
- Allow cacaplay to play streams and updated its manpage.
|
File size:
621 bytes
|
Line | |
---|
1 | .TH cacaplay 1 "2006-11-10" "libcaca" |
---|
2 | .SH NAME |
---|
3 | cacaplay \- play libcaca files |
---|
4 | .SH SYNOPSIS |
---|
5 | .B cacaplay [FILE] |
---|
6 | .RI |
---|
7 | .SH DESCRIPTION |
---|
8 | .B cacaplay |
---|
9 | plays libcaca animation files. These files can be created by any libcaca |
---|
10 | program by setting the |
---|
11 | .B CACA_DRIVER |
---|
12 | environment variable to |
---|
13 | .B "raw" |
---|
14 | and storing the program's standard output. |
---|
15 | |
---|
16 | If no file argument is provided or '\-' is used, |
---|
17 | .B cacaplay |
---|
18 | will read its data from the standard input. |
---|
19 | .SH EXAMPLES |
---|
20 | cacaplay file.caca |
---|
21 | |
---|
22 | CACA_DRIVER=raw CACA_GEOMETRY=80x32 cacademo | cacaplay |
---|
23 | .SH SEE ALSO |
---|
24 | cacaserver(1) |
---|
25 | .SH AUTHOR |
---|
26 | This manual page was written by Sam Hocevar <sam@zoy.org>. |
---|
Note: See
TracBrowser
for help on using the repository browser.