Skip to content

Commit

Permalink
Update README for fork
Browse files Browse the repository at this point in the history
Make it clear that this is a fork.
  • Loading branch information
akrabat committed Sep 3, 2023
1 parent a5e2568 commit 0a78875
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 0a78875

Please sign in to comment.