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

README: xattr command does not work #101

Closed ralphrmartin closed 3 years ago

ralphrmartin commented 3 years ago

I tried following the help in the README, but when I executed

xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator

I got the result

option -c not recognized etc

Please update the README to use current xattr syntax.

ralphrmartin commented 3 years ago

Ah, figured out the issue. It is picking up another xattr (from homebrew?) in /usr/local/bin, which has different syntax.

The fix is to explicitly use /usr/bin/xattr

I'll modify the readme.