|
Tatsh NFO Viewer 0.2.0
A simple NFO viewer.
|
Tatsh NFO Viewer is a small desktop application for viewing NFO files: the ASCII and "ANSI art" text files that are traditionally distributed alongside scene releases, demos, and old software. These files are encoded in IBM code page 437, so they look like garbage in an ordinary text editor that assumes UTF-8 or Latin-1. Tatsh NFO Viewer decodes them correctly and renders them in a faithful fixed-width font, so the box-drawing characters, blocks, and shaded borders line up the way they were meant to.
.nfo files.It runs on Linux, Windows, and macOS.
Open Tatsh NFO Viewer and choose a file with the Open button, or pass a file on the command line:
On Linux it can be set as the default application for NFO files through your desktop environment's file associations; on macOS the application bundle registers itself as a handler for .nfo files; and on Windows the installer registers it as an option for opening them.
Requirements:
After cloning the repository:
The viewer is then at build/src/tnfoview.
To build and run the tests, configure with -DBUILD_TESTS=ON and run them with ctest; add -DCOVERAGE=ON for coverage information (GCC and Clang only). To build the documentation, configure with -DBUILD_DOCS=ON.