.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH IRCAT "1" "September 2010" "ircat 0.8.7" "User Commands" .SH NAME ircat - print strings when pressing buttons .SH SYNOPSIS .B ircat [\fIoptions\fR] \fI\fR .SH 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. .TP \fB\-h\fR \fB\-\-help\fR display usage summary .TP \fB\-v\fR \fB\-\-version\fR display version .TP \fB\-c\fR \fB\-\-config=\fR set config file .SH EXAMPLES If .lircrc contains: .nf begin prog = myprog button = tv_p+ config = next_file end .fi then .nf $ ircat myprog .fi will print "next_file" (followed by newline) every time the button tv_p+ is pressed. .SH "SEE ALSO" The documentation for .B lirc is maintained as html pages. They are located under html/ in the documentation directory.