whomwah / qlstephen

A QuickLook plugin that lets you view plain text files without a file extension
https://github.com/whomwah/qlstephen
MIT License
2.75k stars 161 forks source link

> I can QL RELEASE-NOTES but not catalina.out #92

Closed ballo closed 4 years ago

ballo commented 4 years ago

There is a process called qlmanage which handles deciding which plugin to use for a given file.

That's not an answer to my question. I'm asking if there is a running process which loads the bundle, not for a utility program which determines permissions.

tsdorsey commented 4 years ago

I don't know the answer to that question.

qlmanage is a development utility that manages the quicklook plugins. It handles registering the bundles with the os (or whatever process might exist that you're asking about). It also handles clearing the cache of previews.

Apple Documentation points to using qlmanage to reload and flush the cache of quicklook plugins during development. How they implement the loading of bundles is up to them. It would be interesting to know, but would not really inform the features/fixes of qlstsephen going forward.

All that being said, the issues section of this repository isn't really the correct place to figure it out because it's not an issue for this plugin. I think "ask different" would be a better place.