DOKK / manpages / debian 10 / lirc / ircat.1.en
IRCAT(1) User Commands IRCAT(1)

ircat - print strings when pressing buttons

ircat [options] <prog>

This program prints config strings to standard output. It can be used to provide remote control input to scripts and to debug your .lircrc file.

The argument to the program is the program name, as it appears in the prog entries in .lircrc.

Display usage summary.
Display version.
Set config file.

If .lircrc contains:

begin

prog = myprog
button = KEY_CHANNELUP
config = next_file end

then

$ ircat myprog

will print "next_file" (followed by newline) every time the button bound to KEY_CHANNELUP is pressed.

The lircd(8) output socket used to retrieve data. Defaults to /var/run/lirc/lircd

The documentation for lirc is maintained as html pages. They are located under html/ in the documentation directory.

Last change: Jan 2017 ircat 0.10.1