So, coming across what [QLStephen](https://github.com/whomwah/qlstephen) could do, I brewed it at once in the hopes of having the Quick Look functionality for most of the "text-based" files, as it advertises. However, to my disappointment, nothing was affected. I found temporary relief to find that the exact issue had been discussed [here](https://apple.stackexchange.com/a/411423/495879) , but the suggested troubleshooting didn't help. Here's what all I did:
1. Ran
brew install qlstephen
which installed QLStephen.qlgenerator
in ~/Library/QuickLook
. Quick Look didn't preview any more files than those for which it was already working without QLStephen. In particular, all of the hidden files in my user directory are still non-preveiwable. These include: .bash_history
,
.CFUserTextEncoding
,
.gitconfig
,
.lesshst
,
.profile
,
.python_history
,
.Rhistory
,
.viminfo
,
.Xauthority
,
.zprofile
,
.zsh_history
,
.zshrc
,
mbox
2. [cf. the troubleshooting post mentioned above] The UTI of each of the files listed above is public.data
, and QLStephen is supposed to act on these, but nope!
3. [cf. **Permissions (Quarantine)** on the GitHub page for QLStephen] Ran sudo xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator
, qlmanage -r
and qlmanage -r cache
followed by relaunching Finder. Still nothing.
4. [cf. **Trouble** on the GitHub page for QLStephen] Ran qlmanage -m
and couldn't find public.data
, indicating that "a different application's qlgenerator
file hasn't taken precedence". Now the next troubleshooting steps are not at all clear—they just mention to edit some files, but not *what* to edit.
5. Tried brew reinstall qlstephen
ample times, but still, nothing budged.
**System info:**
macOS Sequoia 15.1 on M2 with Xcode installed.
Asked by Atom
(165 rep)
Nov 1, 2024, 09:29 AM
Last activity: Nov 6, 2024, 09:20 AM
Last activity: Nov 6, 2024, 09:20 AM