25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
604 B

  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. .SH EXAMPLE
  16. cacaplay file.caca
  17. .SH BUGS
  18. As of now,
  19. .B cacaplay
  20. can only play single-image canvases, rendering it pretty useless. See
  21. .B cacaserver
  22. for a more usable alternative.
  23. .SH SEE ALSO
  24. cacaserver(1)
  25. .SH AUTHOR
  26. This manual page was written by Sam Hocevar <sam@zoy.org>.