Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ircat(1) [debian man page]

IRCAT(1)							   User Commands							  IRCAT(1)

NAME
ircat - print strings when pressing buttons SYNOPSIS
ircat [options] <prog> DESCRIPTION
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. -h --help display usage summary -v --version display version -c --config=<file> set config file EXAMPLES
If .lircrc contains: begin prog = myprog button = tv_p+ config = next_file end then $ ircat myprog will print "next_file" (followed by newline) every time the button tv_p+ is pressed. SEE ALSO
The documentation for lirc is maintained as html pages. They are located under html/ in the documentation directory. ircat ircat0.9.0-pre1 October 2010 IRCAT(1)

Check Out this Related Man Page

LIRCRCD(1)								FSF								LIRCRCD(1)

NAME
lircrcd - daemon to handle consistent .lircrc state among client applications SYNOPSIS
lircrcd [options] config-file DESCRIPTION
lircrcd reads the given .lircrc config file and synchronises the mode that the LIRC clients using this config file (irexec(1), irxevent(1) , etc.) are in. Using lircrcd has to be explicitly enabled in the config file by adding the following line at the beginning of the file: #! lircrcd -h --help display this message -v --version display version -p --permission=mode file permissions for socket -o --output=socket output socket filename OPTIONS
-p, --premission=mode The --permission option gives the file permission of the Unix domain socket lircrcd creates on startup in octal representation. Read the documentation for chmod for further details. If no --permission option is given when the socket is created the default is to give only the user owning the file read and write permissions (0600 in octal representation). -o, --output=socket With the --output option you can select the Unix domain socket, which lircrcd will create. The default is to append a "d" character to the config filename given. SEE ALSO
The documentation for lirc is maintained as html pages. They are located under html/ in the documentation directory. lircrcd 0.8.7pre1 May 2010 LIRCRCD(1)
Man Page