macOS QuickLook extension for previewing .nfo files. Select any .nfo file
in Finder and press Space to see a rendered preview with classic CP437
block characters.
Supports both preview (full content) and thumbnail generation.
- macOS 15.0 (Sequoia) or later
- Xcode 16+ and XcodeGen (only for building from source)
brew tap vigo/quicknfo
brew install --cask vigo/quicknfo/quicknfo- Download
QuickNFO-v{version}.zipfrom GitHub Releases - Extract and move
QuickNFO.appto/Applications - Remove the quarantine attribute:
xattr -cr /Applications/QuickNFO.app
- Launch
QuickNFO.apponce to register the QuickLook extensions
brew install xcodegen # if not already installed
make build
make install- Open Finder and navigate to a folder with
.nfofiles - Select a
.nfofile - Press Space to see the QuickLook preview
QuickNFO is not signed with an Apple Developer ID. macOS Gatekeeper will block the app on first launch. To resolve this:
xattr -cr /Applications/QuickNFO.appThe Homebrew cask runs xattr -cr automatically after installation.
The old .qlgenerator plugin (v1.x) is no longer supported on modern macOS.
QuickNFO v2.0 uses the App Extension architecture introduced in macOS 15.
If you have the old plugin installed, remove it:
rm -rf ~/Library/QuickLook/QuickNFO.qlgeneratorThen install the new version using one of the methods above.
# Clone and build
git clone https://github.com/vigo/QuickNFO.git
cd QuickNFO
brew install xcodegen
make build
# Run the app locally
open build/QuickNFO.xcarchive/Products/Applications/QuickNFO.appThis project is available under the MIT License. See the original repository for details.
