A simple program in C++, also compiled as a Win32 console executable. Lists a CCF file's button names, macros and IR codes. Covers most fields but not everything. A few bugs remain.
This is a port of Mike Johnson's original Windows Command Line Utility, List CCF, for MAC OSX 10.7 and up.
Like the Windows version, you run this command line utility on the MAC OSX 10.7. The zip archive file has a readme file, a sample Pronto CCF file, and the resulting output file. To use the MAC OSX program, you may have to be familiar with MAC OSX and terminal operation.
This is a brief step by step procedure to run this on a MAC:
Open a terminal window found at path Application/Utilities/Teminal
navigate to the location of where you unarchived this listccf-MAC.zip file (your folder has the program (binary file "lstccf")
type ./lstccf [the name of the ccf file you want to convert]
the program outputs a txt file just like the windows version
Special thanks to Mike Johnson for sharing his initial creation with us!