Open fzwo opened 3 years ago
I have many extensionless text files marked as executable on my drive. I think this may be a result of unzipping them.
Unfortunately, QLStephen doesn't work on those files. When I remove the x attribute, it works fine.
I noticed that I am not the only one with this issue: https://github.com/whomwah/qlstephen/issues/87#issuecomment-590575312
Is there anything that can be done?
Adding public.unix-executable to the LSItemContentTypes in the Info.plist seems to have done the trick. I'll run with this configuration for a while and report back if I find any ill effects.
public.unix-executable
LSItemContentTypes
I have many extensionless text files marked as executable on my drive. I think this may be a result of unzipping them.
Unfortunately, QLStephen doesn't work on those files. When I remove the x attribute, it works fine.
I noticed that I am not the only one with this issue: https://github.com/whomwah/qlstephen/issues/87#issuecomment-590575312
Is there anything that can be done?