Would be nice to have Ascension's font BlockZone used for preview, alas this feature is missing in QLStephen.
Preview not working anymore
If it stops working, maybe another LSItemContentTypes got associated with the NFO file. I had to again mdls -name kMDItemContentType and add the new content type, org.planbnet.nfo, to QLStephen's info.plist
Run the qlmanage commands and restart the finder, et voilà :)
Have switched to Apple Silicon with Ventura recently, here's my solution to have OKish preview on NFO files :
mdls -name kMDItemContentType file.nfo
using a NFO of your choicekMDItemContentType = "com.byteproject.ascension.nfo"
as result, you may get something else~/Library/QuickLook/QLStephen.qlgenerator/Contents/Info.plist
with the editor of your choiceLSItemContentTypes
, you'll find an array with content types, I added the content type for NFO on my setup:qlmanage -r
andqlmanage -r cache
Source : https://github.com/whomwah/qlstephen/issues/23
Would be nice to have Ascension's font BlockZone used for preview, alas this feature is missing in QLStephen.
Preview not working anymore
If it stops working, maybe another LSItemContentTypes got associated with the NFO file. I had to again
mdls -name kMDItemContentType
and add the new content type,org.planbnet.nfo
, to QLStephen's info.plistRun the qlmanage commands and restart the finder, et voilà :)