From 4d9069ac239be659546e105585ceef348a2ea97e Mon Sep 17 00:00:00 2001 From: Jeef Date: Tue, 31 Dec 2019 09:16:12 -0500 Subject: [PATCH 1/3] Update readme.md Added a note for how to use the plugins in Catalina. --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/readme.md b/readme.md index b972e9c..e579cb5 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,21 @@ brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package quicklookase qlvideo ``` +##### Catalina Notes + +To get plugins working in Catalina you will need to remove the quarantine attribute. To see attributes you can use + +``` +xattr -r ~/Library/QuickLook/ +``` + +Then to remove attributes you can use: + +``` +attr -d -r com.apple.quarantine ~/Library/QuickLook/ +``` + + ### Manually - Click "download manually" From e895e24991c155707ebc528f2a78451827067214 Mon Sep 17 00:00:00 2001 From: Jeef Date: Mon, 6 Jan 2020 08:40:12 -0500 Subject: [PATCH 2/3] Update readme.md Fixed typo - and changed title of PR --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e579cb5..b861e8b 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ xattr -r ~/Library/QuickLook/ Then to remove attributes you can use: ``` -attr -d -r com.apple.quarantine ~/Library/QuickLook/ +xattr -d -r com.apple.quarantine ~/Library/QuickLook/ ``` From 9909b5460af8d395150481793e43b3b666fd98c5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 21 Jan 2020 17:39:35 +0700 Subject: [PATCH 3/3] Update readme.md --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b861e8b..da100db 100644 --- a/readme.md +++ b/readme.md @@ -15,15 +15,17 @@ brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package quicklookase qlvideo ``` -##### Catalina Notes +##### Catalina notes -To get plugins working in Catalina you will need to remove the quarantine attribute. To see attributes you can use +To get plugins working in Catalina, you will need to remove the quarantine attribute. + +Run this to see the attributes: ``` xattr -r ~/Library/QuickLook/ ``` -Then to remove attributes you can use: +And run this to remove the attributes: ``` xattr -d -r com.apple.quarantine ~/Library/QuickLook/