You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, benwoodward, this extension-thing may be the real reason why it doesn't work for many file types.
Repro: QLStephen works fine for the file "LICENSE" in the downloaded source (after xattr -rc and qlmanage -r).
Cross-check: If I remove QLStephen.qlgenerator from the /Library/Quicklook folder, quicklooking the same file will not show the content of the file => it is the QLStephen.qlgenerator who is showing the file content.
If I add an unknown extension to the filename like "LICENSE.qqq", it's content will not be shown any more.
The "file" command in Terminal returns "ASCII text" for both filenames.
Reproduced on macOS 10.15.7 and macOS 12.6.1 using QLStephen 1.5.1.
Thanks for making this! Works well.
One issue I've discovered is that it doesn't work if a dotfile has an extension, e.g.
.eslintrc.cjs
. If I remove the.cjs
extension it'll work.Possibly related: #97
The text was updated successfully, but these errors were encountered: