diff --git a/README.md b/README.md index 1f2fae3..824933a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# QuicklookStephen +# QuicklookStephen (Akrabat fork) QLStephen is a QuickLook plugin that lets you view text files without their own dedicated QuickLook plugin. Files like: @@ -9,25 +9,33 @@ QLStephen is a QuickLook plugin that lets you view text files without their own package.json etc... -## Installation -### Homebrew +## This fork: akrabat/qlstephen - brew install --cask qlstephen +This is a fork of [whomwah/qlstephen](https://github.com/whomwah/qlstephen) which includes various tweaks to make it work as I want to. -### Pre-compiled +Highlights: + +* Compiles on latest macOS +* Supports YAML files +* Supports JSON files + + +## Installation of this fork -* [Download the latest version of QuickLookStephen](https://github.com/whomwah/qlstephen/releases) -* Unzip -* Copy the file into `~/Library/QuickLook` (You can create the `QuickLook` folder if it doesn’t exist) ### Manually Compiled -Compiling the project yourself? Run: +Compiling the project yourself. + +1. Install Xcode +2. Clone this repo +3. Run: + + make + make install + - make - make install - ## Permissions (Quarantine) If you run into issues with macOS not letting you run the plugin because it's not signed by a verified developer you can follow these steps: