logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

cacaserver - telnet server for libcaca

Author

       This manual page was written by Sam Hocevar <sam@hocevar.net>.

libcaca                                            2006-11-10                                      cacaserver(1)

Description

cacaserver  reads  libcaca  animation  files in its standard input and serves them as ANSI art on network
       port 51914. These animations can be created by any libcaca program by setting the CACA_DRIVER environment
       variable to raw and piping the program's standard output to cacaserver.

       Clients can then connect to port 51914 using telnet or netcat to see the output.

Example

       CACA_DRIVER=raw cacademo | cacaserver

       telnet localhost 51914

Name

       cacaserver - telnet server for libcaca

See Also

cacaplay(1)

Synopsis

cacaserver

See Also